Skip to content

Commit 9078244

Browse files
committed
nginx: DIsable admission webhooks
1 parent 197910f commit 9078244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/ingress-nginx/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ingress-nginx:
22
controller:
33
admissionWebhooks:
4+
# This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
5+
enabled: false
46
timeoutSeconds: 30
57

68
replicaCount: 2
@@ -17,7 +19,6 @@ ingress-nginx:
1719
use-forwarded-headers: true
1820
allow-snippet-annotations: true
1921
annotations-risk-level: Critical
20-
strict-validate-path-type: "false"
2122
enable-brotli: "true"
2223
brotli-level: "6"
2324
# Added text/html and application/vnd.api+json + default ones:

0 commit comments

Comments
 (0)