Commit 65162ac Mengqi Yu
committed
1 parent 5b7bcab commit 65162ac Copy full SHA for 65162ac
File tree 4 files changed +5
-5
lines changed
cronjob-tutorial/testdata/project/config
multiversion-tutorial/testdata/project/config
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resources:
5
5
- bases/batch.tutorial.kubebuilder.io_cronjobs.yaml
6
6
# +kubebuilder:scaffold:kustomizeresource
7
7
8
- patches :
8
+ patchesStrategicMerge :
9
9
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
10
10
# patches here are for enabling the conversion webhook for each CRD
11
11
# - patches/webhook_in_cronjobs.yaml
Original file line number Diff line number Diff line change 21
21
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
22
22
- ../certmanager
23
23
24
- patches :
24
+ patchesStrategicMerge :
25
25
- manager_image_patch.yaml
26
26
# Protect the /metrics endpoint by putting it behind auth.
27
27
# Only one of manager_auth_proxy_patch.yaml and
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ resources:
5
5
- bases/batch.tutorial.kubebuilder.io_cronjobs.yaml
6
6
# +kubebuilder:scaffold:kustomizeresource
7
7
8
- patches :
8
+ patchesStrategicMerge :
9
9
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
10
10
# patches here are for enabling the conversion webhook for each CRD
11
11
- patches/webhook_in_cronjobs.yaml
12
12
# +kubebuilder:scaffold:kustomizepatch
13
13
14
14
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
15
15
# patches here are for enabling the CA injection for each CRD
16
- - patches/cainjection_in_cronjobs.yaml
16
+ # - patches/cainjection_in_cronjobs.yaml
17
17
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
18
18
19
19
# the following config is for teaching kustomize how to do kustomization for CRDs.
Original file line number Diff line number Diff line change 21
21
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
22
22
- ../certmanager
23
23
24
- patches :
24
+ patchesStrategicMerge :
25
25
- manager_image_patch.yaml
26
26
# Protect the /metrics endpoint by putting it behind auth.
27
27
# Only one of manager_auth_proxy_patch.yaml and
You can’t perform that action at this time.
0 commit comments