File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
component-config-tutorial/testdata/project/config/crd
cronjob-tutorial/testdata/project/config/crd
pkg/plugins/common/kustomize/v2/scaffolds/internal/templates/config/crd
project-v4-config/config/crd
project-v4-declarative-v1/config/crd
project-v4-multigroup/config/crd
project-v4-with-deploy-image/config/crd Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resources:
5
5
- bases/config.tutorial.kubebuilder.io_projectconfigs.yaml
6
6
# +kubebuilder:scaffold:crdkustomizeresource
7
7
8
- patchesStrategicMerge :
8
+ patches :
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_projectconfigs.yaml
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:crdkustomizeresource
7
7
8
- patchesStrategicMerge :
8
+ patches :
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 @@ -110,7 +110,7 @@ var kustomizationTemplate = `# This kustomization.yaml is not intended to be run
110
110
resources:
111
111
%s
112
112
113
- patchesStrategicMerge :
113
+ patches :
114
114
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
115
115
# patches here are for enabling the conversion webhook for each CRD
116
116
%s
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resources:
7
7
- bases/crew.testproject.org_admirals.yaml
8
8
# +kubebuilder:scaffold:crdkustomizeresource
9
9
10
- patchesStrategicMerge :
10
+ patches :
11
11
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
12
12
# patches here are for enabling the conversion webhook for each CRD
13
13
# - patches/webhook_in_captains.yaml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resources:
7
7
- bases/crew.testproject.org_admirals.yaml
8
8
# +kubebuilder:scaffold:crdkustomizeresource
9
9
10
- patchesStrategicMerge :
10
+ patches :
11
11
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
12
12
# patches here are for enabling the conversion webhook for each CRD
13
13
# - patches/webhook_in_captains.yaml
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resources:
14
14
- bases/testproject.org_lakers.yaml
15
15
# +kubebuilder:scaffold:crdkustomizeresource
16
16
17
- patchesStrategicMerge :
17
+ patches :
18
18
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
19
19
# patches here are for enabling the conversion webhook for each CRD
20
20
# - patches/webhook_in_captains.yaml
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
- bases/example.com.testproject.org_busyboxes.yaml
7
7
# +kubebuilder:scaffold:crdkustomizeresource
8
8
9
- patchesStrategicMerge :
9
+ patches :
10
10
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
11
11
# patches here are for enabling the conversion webhook for each CRD
12
12
# - patches/webhook_in_memcacheds.yaml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resources:
7
7
- bases/crew.testproject.org_admirales.yaml
8
8
# +kubebuilder:scaffold:crdkustomizeresource
9
9
10
- patchesStrategicMerge :
10
+ patches :
11
11
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
12
12
# patches here are for enabling the conversion webhook for each CRD
13
13
# - patches/webhook_in_captains.yaml
You can’t perform that action at this time.
0 commit comments