mirror of
https://github.com/kairos-io/entangle.git
synced 2025-09-19 07:49:40 +00:00
9 lines
383 B
YAML
9 lines
383 B
YAML
![]() |
# This patch add annotation to admission webhook config and
|
||
|
# the variables $(CERTIFICATE_NAMESPACE) and $(CERTIFICATE_NAME) will be substituted by kustomize.
|
||
|
apiVersion: admissionregistration.k8s.io/v1
|
||
|
kind: MutatingWebhookConfiguration
|
||
|
metadata:
|
||
|
name: mutating-webhook-configuration
|
||
|
annotations:
|
||
|
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
|