Skip to content

Commit 5f8fbc7

Browse files
Merge pull request #1534 from ratailor/update-refs
Update incorrect file references
2 parents 946035d + a1f6426 commit 5f8fbc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/crd/kustomization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ patchesStrategicMerge:
1515
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
1616
# patches here are for enabling the conversion webhook for each CRD
1717
#- patches/webhook_in_core_openstackcontrolplanes.yaml
18-
#- patches/webhook_in_openstackclients.yaml
19-
#- patches/webhook_in_openstackversions.yaml
20-
#- patches/webhook_in_openstacks.yaml
18+
#- patches/webhook_in_client_openstackclients.yaml
19+
#- patches/webhook_in_core_openstackversions.yaml
20+
#- patches/webhook_in_operator_openstacks.yaml
2121
#+kubebuilder:scaffold:crdkustomizewebhookpatch
2222

2323
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
2424
# patches here are for enabling the CA injection for each CRD
2525
#- patches/cainjection_in_core_openstackcontrolplanes.yaml
26-
#- patches/cainjection_in_openstackclients.yaml
27-
#- patches/cainjection_in_openstackversions.yaml
28-
#- patches/cainjection_in_openstacks.yaml
26+
#- patches/cainjection_in_client_openstackclients.yaml
27+
#- patches/cainjection_in_core_openstackversions.yaml
28+
#- patches/cainjection_in_operator_openstacks.yaml
2929
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
3030

3131
# the following config is for teaching kustomize how to do kustomization for CRDs.

0 commit comments

Comments
 (0)