fix: update patch path to remove entire webhooks block in cert-manager configuration
This commit is contained in:
@@ -22,9 +22,9 @@ diff:
|
|||||||
kind: MutatingWebhookConfiguration
|
kind: MutatingWebhookConfiguration
|
||||||
name: cert-manager-webhook
|
name: cert-manager-webhook
|
||||||
operations:
|
operations:
|
||||||
- {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"}
|
- {"op": "remove", "path": "/webhooks"}
|
||||||
- apiVersion: admissionregistration.k8s.io/v1
|
- apiVersion: admissionregistration.k8s.io/v1
|
||||||
kind: ValidatingWebhookConfiguration
|
kind: ValidatingWebhookConfiguration
|
||||||
name: cert-manager-webhook
|
name: cert-manager-webhook
|
||||||
operations:
|
operations:
|
||||||
- {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"}
|
- {"op": "remove", "path": "/webhooks"}
|
||||||
Reference in New Issue
Block a user