We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d09b2 commit e80d480Copy full SHA for e80d480
config/webhook/webhookcainjection_patch.yaml
@@ -5,9 +5,9 @@
5
apiVersion: admissionregistration.k8s.io/v1beta1
6
kind: MutatingWebhookConfiguration
7
metadata:
8
- name: mutating-webhook-configuration
9
- annotations:
10
- cert-manager.k8s.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
+ name: mutating-webhook-configuration
+ annotations:
+ cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
11
---
12
13
kind: ValidatingWebhookConfiguration
0 commit comments