Skip to content

Commit

Permalink
fix(base-cluster/ingress-nginx): use correct field (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinWolff authored Oct 6, 2023
1 parent 61ae6d5 commit 4c8c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/templates/ingress/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
{{- end }}
values:
controller:
allowSnippetAnnotations: {{ .Values.ingress.snippets }}
allowSnippetAnnotations: {{ .Values.ingress.allowNginxConfigurationSnippets }}
priorityClassName: system-cluster-critical
watchIngressWithoutClass: true
metrics:
Expand Down

0 comments on commit 4c8c1f4

Please sign in to comment.