@@ -8,21 +8,21 @@ resources:
88- bases/test.openstack.org_ansibletests.yaml
99# +kubebuilder:scaffold:crdkustomizeresource
1010
11- patchesStrategicMerge :
11+ patches :
1212# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
1313# patches here are for enabling the conversion webhook for each CRD
14- # - patches/webhook_in_tempests.yaml
15- # - patches/webhook_in_tobikoes.yaml
16- # - patches/webhook_in_horizontests.yaml
17- # - patches/webhook_in_ansible_tests.yaml
14+ # - path: patches/webhook_in_tempests.yaml
15+ # - path: patches/webhook_in_tobikoes.yaml
16+ # - path: patches/webhook_in_horizontests.yaml
17+ # - path: patches/webhook_in_ansible_tests.yaml
1818# +kubebuilder:scaffold:crdkustomizewebhookpatch
1919
2020# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
2121# patches here are for enabling the CA injection for each CRD
22- # - patches/cainjection_in_tempests.yaml
23- # - patches/cainjection_in_tobikoes.yaml
24- # - patches/cainjection_in_horizontests.yaml
25- # - patches/cainjection_in_ansible_tests.yaml
22+ # - path: patches/cainjection_in_tempests.yaml
23+ # - path: patches/cainjection_in_tobikoes.yaml
24+ # - path: patches/cainjection_in_horizontests.yaml
25+ # - path: patches/cainjection_in_ansible_tests.yaml
2626# +kubebuilder:scaffold:crdkustomizecainjectionpatch
2727
2828# the following config is for teaching kustomize how to do kustomization for CRDs.
0 commit comments