Merge pull request #6691 from dzirg44/ingress-config

Helm: Ingress config change
This commit is contained in:
Kubernetes Prow Robot 2020-12-29 05:24:35 -08:00 committed by GitHub
commit 3e5605910a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ data:
{{- if or .Values.controller.proxySetHeaders .Values.controller.headers }}
proxy-set-headers: {{ .Release.Namespace }}/{{ include "ingress-nginx.fullname" . }}-custom-proxy-headers
{{- end }}
{{- if .Values.controller.config }}
{{ toYaml .Values.controller.config | nindent 2 }}
{{- range $key, $value := .Values.controller.config }}
{{ $key | nindent 2 }}: {{ $value | quote }}
{{- end }}