From 4c8c1f48c39f46e9f23710598a2f5a8823d2dddd Mon Sep 17 00:00:00 2001 From: marvinWolff <36923121+marvinWolff@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:56:12 +0200 Subject: [PATCH] fix(base-cluster/ingress-nginx): use correct field (#601) --- charts/base-cluster/templates/ingress/nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/base-cluster/templates/ingress/nginx.yaml b/charts/base-cluster/templates/ingress/nginx.yaml index 627bc8141..083ed23ee 100644 --- a/charts/base-cluster/templates/ingress/nginx.yaml +++ b/charts/base-cluster/templates/ingress/nginx.yaml @@ -17,7 +17,7 @@ spec: {{- end }} values: controller: - allowSnippetAnnotations: {{ .Values.ingress.snippets }} + allowSnippetAnnotations: {{ .Values.ingress.allowNginxConfigurationSnippets }} priorityClassName: system-cluster-critical watchIngressWithoutClass: true metrics: