diff --git a/08-cert-manager/fleet.yaml b/08-cert-manager/fleet.yaml index 13151a5..b59bfc7 100644 --- a/08-cert-manager/fleet.yaml +++ b/08-cert-manager/fleet.yaml @@ -22,9 +22,9 @@ diff: kind: MutatingWebhookConfiguration name: cert-manager-webhook operations: - - {"op": "remove", "path": "/mutate"} + - {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"} - apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration - name: ert-manager-webhook + name: cert-manager-webhook operations: - - {"op": "remove", "path": "/validate"} \ No newline at end of file + - {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"} \ No newline at end of file