@@ -9,23 +9,23 @@ resources:
99- bases/telemetry.openstack.org_metricstorages.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_telemetries.yaml
16- # - patches/webhook_in_ceilometers.yaml
17- # - patches/webhook_in_autoscalings.yaml
18- # - patches/webhook_in_loggings.yaml
19- # - patches/webhook_in_metricstorages.yaml
15+ # - path: patches/webhook_in_telemetries.yaml
16+ # - path: patches/webhook_in_ceilometers.yaml
17+ # - path: patches/webhook_in_autoscalings.yaml
18+ # - path: patches/webhook_in_loggings.yaml
19+ # - path: patches/webhook_in_metricstorages.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_telemetries.yaml
25- # - patches/cainjection_in_ceilometers.yaml
26- # - patches/cainjection_in_autoscalings.yaml
27- # - patches/cainjection_in_loggings.yaml
28- # - patches/cainjection_in_metricstorages.yaml
24+ # - path: patches/cainjection_in_telemetries.yaml
25+ # - path: patches/cainjection_in_ceilometers.yaml
26+ # - path: patches/cainjection_in_autoscalings.yaml
27+ # - path: patches/cainjection_in_loggings.yaml
28+ # - path: patches/cainjection_in_metricstorages.yaml
2929# +kubebuilder:scaffold:crdkustomizecainjectionpatch
3030
3131# the following config is for teaching kustomize how to do kustomization for CRDs.
0 commit comments