Configuration configmap should always be created
This commit is contained in:
parent
9f3fbc3014
commit
a96826b617
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
{{- if or .Values.controller.config (or (or .Values.controller.proxySetHeaders .Values.controller.headers) .Values.controller.addHeaders) -}}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
@ -19,4 +18,3 @@ data:
|
|||
{{- if .Values.controller.config }}
|
||||
{{ toYaml .Values.controller.config | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue