Adding annotations support to configmaps

Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
This commit is contained in:
Greg Sidelinger 2020-02-26 10:53:20 -05:00
parent 2ca93f7f67
commit 5f118ca2c8
4 changed files with 16 additions and 2 deletions

View file

@ -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 }}