Skip to content

Commit 0ab6966

Browse files
obezpalkoclaude
andcommitted
set webhook failurePolicy to Ignore
Prevents namespace operations from being hard-blocked when the webhook pod is unavailable (e.g. during install/upgrade/restart). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5133f49 commit 0ab6966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/namespace-admission/templates/webhook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ webhooks:
2222
admissionReviewVersions: ["v1"]
2323
sideEffects: "None"
2424
timeoutSeconds: 10
25+
failurePolicy: Ignore

0 commit comments

Comments
 (0)