Skip to content

Commit

Permalink
Fixes webhook config file
Browse files Browse the repository at this point in the history
Mutating webhook was created when manual approval was installed
on openshift cluster, hence the webhook pod was not getting the
request

Hence this patch fixes the config file to create validating webhook
instead of mutating webhook

Signed-off-by: PuneetPunamiya <[email protected]>
  • Loading branch information
PuneetPunamiya committed Jun 6, 2024
1 parent 1c14201 commit 89b1dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/openshift/400-webhook-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:

---
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
kind: ValidatingWebhookConfiguration
metadata:
name: webhook.manual.approval.dev
webhooks:
Expand Down

0 comments on commit 89b1dde

Please sign in to comment.