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 3c82e6a commit 432aa4fCopy full SHA for 432aa4f
‎config/default/webhookcainjection_patch.yaml
@@ -1,13 +1,13 @@
1
# This patch add annotation to admission webhook config and
2
# the variables $(CERTIFICATE_NAMESPACE) and $(CERTIFICATE_NAME) will be substituted by kustomize.
3
-apiVersion: admissionregistration.k8s.io/v1beta1
+apiVersion: admissionregistration.k8s.io/v1
4
kind: MutatingWebhookConfiguration
5
metadata:
6
name: mutating-webhook-configuration
7
annotations:
8
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
9
# ---
10
-# apiVersion: admissionregistration.k8s.io/v1beta1
+# apiVersion: admissionregistration.k8s.io/v1
11
# kind: ValidatingWebhookConfiguration
12
# metadata:
13
# name: validating-webhook-configuration
0 commit comments