@@ -9,23 +9,23 @@ resources:
99- bases/cinder.openstack.org_cindervolumes.yaml
1010# +kubebuilder:scaffold:crdkustomizeresource
1111
12- patchesStrategicMerge :
12+ patches :
1313# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
1414# patches here are for enabling the conversion webhook for each CRD
15- # - patches/webhook_in_cinders.yaml
16- # - patches/webhook_in_cinderapis.yaml
17- # - patches/webhook_in_cinderbackups.yaml
18- # - patches/webhook_in_cinderschedulers.yaml
19- # - patches/webhook_in_cindervolumes.yaml
15+ # - path: patches/webhook_in_cinders.yaml
16+ # - path: patches/webhook_in_cinderapis.yaml
17+ # - path: patches/webhook_in_cinderbackups.yaml
18+ # - path: patches/webhook_in_cinderschedulers.yaml
19+ # - path: patches/webhook_in_cindervolumes.yaml
2020# +kubebuilder:scaffold:crdkustomizewebhookpatch
2121
2222# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
2323# patches here are for enabling the CA injection for each CRD
24- # - patches/cainjection_in_cinders.yaml
25- # - patches/cainjection_in_cinderapis.yaml
26- # - patches/cainjection_in_cinderbackups.yaml
27- # - patches/cainjection_in_cinderschedulers.yaml
28- # - patches/cainjection_in_cindervolumes.yaml
24+ # - path: patches/cainjection_in_cinders.yaml
25+ # - path: patches/cainjection_in_cinderapis.yaml
26+ # - path: patches/cainjection_in_cinderbackups.yaml
27+ # - path: patches/cainjection_in_cinderschedulers.yaml
28+ # - path: patches/cainjection_in_cindervolumes.yaml
2929# +kubebuilder:scaffold:crdkustomizecainjectionpatch
3030
3131# the following config is for teaching kustomize how to do kustomization for CRDs.
0 commit comments