Adding annotations support to configmaps
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
This commit is contained in:
parent
2ca93f7f67
commit
5f118ca2c8
4 changed files with 16 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ metadata:
|
|||
component: "{{ .Values.controller.name }}"
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
annotations:
|
||||
{{ toYaml .Values.controller.configAnnotations | indent 4}}
|
||||
name: {{ template "nginx-ingress.controller.fullname" . }}
|
||||
data:
|
||||
{{- if .Values.controller.addHeaders }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue