Skip to content

Commit e80d480

Browse files
author
Cecile Robert-Michon
committed
🐛 Fix mutating webhooks patch
1 parent c0d09b2 commit e80d480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/webhook/webhookcainjection_patch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
apiVersion: admissionregistration.k8s.io/v1beta1
66
kind: MutatingWebhookConfiguration
77
metadata:
8-
name: mutating-webhook-configuration
9-
annotations:
10-
cert-manager.k8s.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
8+
name: mutating-webhook-configuration
9+
annotations:
10+
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
1111
---
1212
apiVersion: admissionregistration.k8s.io/v1beta1
1313
kind: ValidatingWebhookConfiguration

0 commit comments

Comments
 (0)