@@ -9,10 +9,13 @@ namespace: openstack
99namePrefix : swift-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,27 +27,27 @@ 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# Mount the controller config file for loading manager configurations
3437# through a ComponentConfig type
35- # - manager_config_patch.yaml
38+ # - path: manager_config_patch.yaml
3639
3740# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
3841# crd/kustomization.yaml
39- - manager_webhook_patch.yaml
42+ - path : manager_webhook_patch.yaml
4043
4144# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'.
4245# Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks.
4346# 'CERTMANAGER' needs to be enabled to use ca injection
44- # - webhookcainjection_patch.yaml
47+ # - path: webhookcainjection_patch.yaml
4548
4649# Injects our custom images (ENV variable settings)
47- - manager_default_images.yaml
50+ - path : manager_default_images.yaml
4851
4952# the following config is for teaching kustomize how to do var substitution
5053vars :
0 commit comments