@@ -11,21 +11,21 @@ resources:
11
11
- bases/infrastructure.cluster.x-k8s.io_openstackclustertemplates.yaml
12
12
# +kubebuilder:scaffold:crdkustomizeresource
13
13
14
- patchesStrategicMerge :
14
+ patches :
15
15
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
16
16
# patches here are for enabling the conversion webhook for each CRD
17
- - patches/webhook_in_openstackclusters.yaml
18
- - patches/webhook_in_openstackmachines.yaml
19
- - patches/webhook_in_openstackmachinetemplates.yaml
20
- - patches/webhook_in_openstackclustertemplates.yaml
17
+ - path : patches/webhook_in_openstackclusters.yaml
18
+ - path : patches/webhook_in_openstackmachines.yaml
19
+ - path : patches/webhook_in_openstackmachinetemplates.yaml
20
+ - path : patches/webhook_in_openstackclustertemplates.yaml
21
21
# +kubebuilder:scaffold:crdkustomizewebhookpatch
22
22
23
23
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
24
24
# patches here are for enabling the CA injection for each CRD
25
- - patches/cainjection_in_openstackclusters.yaml
26
- - patches/cainjection_in_openstackmachines.yaml
27
- - patches/cainjection_in_openstackmachinetemplates.yaml
28
- - patches/cainjection_in_openstackclustertemplates.yaml
25
+ - path : patches/cainjection_in_openstackclusters.yaml
26
+ - path : patches/cainjection_in_openstackmachines.yaml
27
+ - path : patches/cainjection_in_openstackmachinetemplates.yaml
28
+ - path : patches/cainjection_in_openstackclustertemplates.yaml
29
29
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
30
30
31
31
# the following config is for teaching kustomize how to do kustomization for CRDs.
0 commit comments