Merge pull request #6691 from dzirg44/ingress-config
Helm: Ingress config change
This commit is contained in:
commit
3e5605910a
1 changed files with 3 additions and 2 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue