@@ -9,10 +9,13 @@ namespace: openstack-baremetal-operator-system
99namePrefix : openstack-baremetal-operator-
1010
1111# Labels to add to all resources and selectors.
12- # commonLabels:
13- # someName: someValue
12+ # labels:
13+ # - includeSelectors: true
14+ # includeTemplates: true
15+ # pairs:
16+ # someName: someValue
1417
15- bases :
18+ resources :
1619- ../crd
1720- ../rbac
1821- ../manager
@@ -24,25 +27,26 @@ bases:
2427# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
2528# - ../prometheus
2629
27- patchesStrategicMerge :
30+ patches :
2831# Protect the /metrics endpoint by putting it behind auth.
2932# If you want your controller-manager to expose the /metrics
3033# endpoint w/o any authn/z, please comment the following line.
31- - manager_auth_proxy_patch.yaml
34+ - path : manager_auth_proxy_patch.yaml
3235
3336
3437
3538# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
3639# crd/kustomization.yaml
37- - manager_webhook_patch.yaml
40+ - path : manager_webhook_patch.yaml
3841
3942# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'.
4043# Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks.
4144# 'CERTMANAGER' needs to be enabled to use ca injection
42- - webhookcainjection_patch.yaml
45+ - path : mutatingwebhookcainjection_patch.yaml
46+ - path : validatingwebhookcainjection_patch.yaml
4347
4448# Injects our custom images (ENV variable settings)
45- - manager_default_images.yaml
49+ - path : manager_default_images.yaml
4650
4751# the following config is for teaching kustomize how to do var substitution
4852vars :
0 commit comments