File tree 3 files changed +8
-13
lines changed
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,6 @@ patches:
19
19
- path : manager_pull_policy.yaml
20
20
# Enable webhook.
21
21
- 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
35
22
36
23
vars :
37
24
- 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:
4
4
5
5
configurations :
6
6
- 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