Skip to content

Commit 10db92f

Browse files
committed
fix: typo
1 parent c7f66b1 commit 10db92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/contrib/charts/app/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
nginx.ingress.kubernetes.io/rewrite-target: {{ .Values.ingress.rewriteTarget | quote }}
88
{{ end }}
99
{{ if .Values.customHeaders }}
10-
nginx.ingress.kubernetes.io/proxy-set-headers: "{{ .Values.global.namespace }}/ingress-custom-headers"
10+
nginx.ingress.kubernetes.io/custom-headers: "{{ .Values.global.namespace }}/ingress-custom-headers"
1111
{{ end }}
1212
{{ range $key, $val := (merge dict .Values.global.ingress.annotations .Values.ingress.annotations) }}
1313
"{{ $key }}": {{ $val | quote }}

0 commit comments

Comments
 (0)