hydra-maester/config/default/webhookcainjection_patch.yaml

16 lines
592 B
YAML
Raw Permalink Normal View History

2019-08-21 10:12:07 +02:00
# This patch add annotation to admission webhook config and
2022-09-22 07:52:52 -05:00
# the variables $(NAMESPACE) and $(CERTIFICATENAME) will be substituted by kustomize.
2019-08-21 10:12:07 +02:00
apiVersion: admissionregistration.k8s.io/v1beta1
kind: MutatingWebhookConfiguration
metadata:
name: mutating-webhook-configuration
annotations:
certmanager.k8s.io/inject-ca-from: $(NAMESPACE)/$(CERTIFICATENAME)
---
apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
metadata:
name: validating-webhook-configuration
annotations:
certmanager.k8s.io/inject-ca-from: $(NAMESPACE)/$(CERTIFICATENAME)