Skip to content

Commit e6efd5f

Browse files
committed
fix(ingress-nginx): disable strict path validation
Disable strict path validation to work around a bug in ingress-nginx: kubernetes/ingress-nginx#11176
1 parent 96c6651 commit e6efd5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

argo/app-of-apps/templates/ingress-nginx/application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
allowSnippetAnnotations: true
2020
config:
2121
annotations-risk-level: Critical
22+
strict-validate-path-type: false
2223
service:
2324
annotations:
2425
metallb.universe.tf/allow-shared-ip: {{ .Values.metallb.ipSharingKey }}

0 commit comments

Comments
 (0)