|
1 | 1 | # Adds namespace to all resources.
|
2 |
| -namespace: cabpt-system |
| 2 | +namespace: tmp-system |
3 | 3 |
|
4 | 4 | # Value of this field is prepended to the
|
5 | 5 | # names of all resources, e.g. a deployment named
|
6 | 6 | # "wordpress" becomes "alices-wordpress".
|
7 | 7 | # Note that it should also match with the prefix (text before '-') of the namespace
|
8 | 8 | # field above.
|
9 |
| -namePrefix: cabpt- |
| 9 | +namePrefix: tmp- |
10 | 10 |
|
11 | 11 | # Labels to add to all resources and selectors.
|
12 | 12 | #commonLabels:
|
13 | 13 | # someName: someValue
|
14 | 14 |
|
15 | 15 | bases:
|
16 |
| -- ../crd |
17 |
| -- ../rbac |
18 |
| -- ../manager |
| 16 | + - ../crd |
| 17 | + - ../rbac |
| 18 | + - ../manager |
19 | 19 | # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in crd/kustomization.yaml
|
20 | 20 | #- ../webhook
|
21 | 21 | # [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
|
22 | 22 | #- ../certmanager
|
23 |
| -# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. |
| 23 | +# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. |
24 | 24 | #- ../prometheus
|
25 | 25 |
|
26 | 26 | patchesStrategicMerge:
|
27 |
| -- manager_image_patch.yaml |
28 | 27 | # Protect the /metrics endpoint by putting it behind auth.
|
29 | 28 | # Only one of manager_auth_proxy_patch.yaml and
|
30 | 29 | # manager_prometheus_metrics_patch.yaml should be enabled.
|
31 |
| -- manager_auth_proxy_patch.yaml |
32 |
| - # If you want your controller-manager to expose the /metrics |
33 |
| - # endpoint w/o any authn/z, uncomment the following line and |
34 |
| - # comment manager_auth_proxy_patch.yaml. |
35 |
| - # Only one of manager_auth_proxy_patch.yaml and |
36 |
| - # manager_prometheus_metrics_patch.yaml should be enabled. |
| 30 | + - manager_auth_proxy_patch.yaml |
| 31 | + # If you want your controller-manager to expose the /metrics |
| 32 | + # endpoint w/o any authn/z, uncomment the following line and |
| 33 | + # comment manager_auth_proxy_patch.yaml. |
| 34 | + # Only one of manager_auth_proxy_patch.yaml and |
| 35 | + # manager_prometheus_metrics_patch.yaml should be enabled. |
37 | 36 | #- manager_prometheus_metrics_patch.yaml
|
38 | 37 |
|
39 | 38 | # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in crd/kustomization.yaml
|
|
0 commit comments