@@ -12,22 +12,22 @@ resources:
1212- bases/lightspeed.openstack.org_openstacklightspeeds.yaml
1313# +kubebuilder:scaffold:crdkustomizeresource
1414
15- patchesStrategicMerge :
15+ patches :
1616# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
1717# patches here are for enabling the conversion webhook for each CRD
18- # - patches/webhook_in_core_openstackcontrolplanes.yaml
19- # - patches/webhook_in_client_openstackclients.yaml
20- # - patches/webhook_in_core_openstackversions.yaml
21- # - patches/webhook_in_operator_openstacks.yaml
18+ # - path: patches/webhook_in_core_openstackcontrolplanes.yaml
19+ # - path: patches/webhook_in_client_openstackclients.yaml
20+ # - path: patches/webhook_in_core_openstackversions.yaml
21+ # - path: patches/webhook_in_operator_openstacks.yaml
2222# +kubebuilder:scaffold:crdkustomizewebhookpatch
2323
2424# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
2525# patches here are for enabling the CA injection for each CRD
26- # - patches/cainjection_in_core_openstackcontrolplanes.yaml
27- # - patches/cainjection_in_client_openstackclients.yaml
28- # - patches/cainjection_in_core_openstackversions.yaml
29- # - patches/cainjection_in_operator_openstacks.yaml
30- # - patches/cainjection_in_openstacklightspeeds.yaml
26+ # - path: patches/cainjection_in_core_openstackcontrolplanes.yaml
27+ # - path: patches/cainjection_in_client_openstackclients.yaml
28+ # - path: patches/cainjection_in_core_openstackversions.yaml
29+ # - path: patches/cainjection_in_operator_openstacks.yaml
30+ # - path: patches/cainjection_in_openstacklightspeeds.yaml
3131# +kubebuilder:scaffold:crdkustomizecainjectionpatch
3232
3333# the following config is for teaching kustomize how to do kustomization for CRDs.
0 commit comments