Skip to content

Commit

Permalink
fix: disable strict path validation
Browse files Browse the repository at this point in the history
Until kubernetes/ingress-nginx#11176 is
addressed.

Solution taken from halkeye/home-k8s@a17d48a.
  • Loading branch information
robinelfrink committed Jan 2, 2025
1 parent 79c54c2 commit 299091e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/ingress-nginx/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
controller:
config:
use-proxy-protocol: "true"
strict-validate-path-type: "false"
allowSnippetAnnotations: true
kind: DaemonSet
admissionWebhooks:
Expand Down

0 comments on commit 299091e

Please sign in to comment.