File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,6 @@ patches:
1919- path : manager_pull_policy.yaml
2020 # Enable webhook.
2121- path : manager_webhook_patch.yaml
22- # Inject certificate in the webhook definition.
23- - target :
24- group : admissionregistration.k8s.io
25- version : v1
26- kind : MutatingWebhookConfiguration
27- name : mutating-webhook-configuration
28- path : cainjection_patch.yaml
29- - target :
30- group : admissionregistration.k8s.io
31- version : v1
32- kind : ValidatingWebhookConfiguration
33- name : validating-webhook-configuration
34- path : cainjection_patch.yaml
3522
3623vars :
3724 - name : CERTIFICATE_NAMESPACE # namespace of the certificate CR
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,3 +4,11 @@ resources:
44
55configurations :
66- kustomizeconfig.yaml
7+
8+ patches :
9+ # Inject certificate in the webhook definition.
10+ - target :
11+ group : admissionregistration.k8s.io
12+ version : v1
13+ name : mutating-webhook-configuration|validating-webhook-configuration
14+ path : cainjection_patch.yaml
You canβt perform that action at this time.
0 commit comments