Skip to content

Commit 89b1dde

Browse files
Fixes webhook config file
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]>
1 parent 1c14201 commit 89b1dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/openshift/400-webhook-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121

2222
---
2323
apiVersion: admissionregistration.k8s.io/v1
24-
kind: MutatingWebhookConfiguration
24+
kind: ValidatingWebhookConfiguration
2525
metadata:
2626
name: webhook.manual.approval.dev
2727
webhooks:

0 commit comments

Comments
 (0)