Skip to content

Commit

Permalink
Fix warden validation webhook name for reconciler tracker (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Feb 14, 2024
1 parent 5af18ca commit 31e06ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/warden/charts/admission/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ webhooks:
matchPolicy: Exact
timeoutSeconds: 1
admissionReviewVersions: [ "v1beta1", "v1" ]
name: validation.webhook.serverless.kyma-project.io
name: validation.webhook.warden.kyma-project.io
namespaceSelector:
matchLabels:
namespaces.warden.kyma-project.io/validate: enabled
Expand Down

0 comments on commit 31e06ac

Please sign in to comment.