|
5 | 5 | # This product is licensed to you under the Mozilla Public license, Version 2.0 (the "License"). You may not use this product except in compliance with the Mozilla Public License.
|
6 | 6 | #
|
7 | 7 | # This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.
|
| 8 | +apiVersion: kustomize.config.k8s.io/v1beta1 |
| 9 | +kind: Kustomization |
8 | 10 |
|
9 | 11 | namespace: rabbitmq-system
|
10 | 12 | namePrefix: rabbitmq-cluster-
|
11 | 13 | resources:
|
12 |
| -# - ../../rbac |
13 | 14 | - ../../manager
|
14 |
| -# [WEBHOOK] Uncomment all the sections with [WEBHOOK] prefix to enable webhook. |
15 |
| -#- ../webhook |
16 | 15 | # [CERTMANAGER] Uncomment next line to enable cert-manager
|
17 | 16 | #- ../certmanager
|
18 | 17 |
|
19 |
| -patches: |
20 |
| -- manager_image_patch.yaml |
21 | 18 | # This patch stop manager from emitting any metrics
|
22 | 19 | # For more context, refer to story #167092237
|
| 20 | +patchesStrategicMerge: |
23 | 21 | - manager_disable_metrics_patch.yaml
|
24 |
| - # Protect the /metrics endpoint by putting it behind auth. |
25 |
| - # Only one of manager_auth_proxy_patch.yaml and |
26 |
| - # manager_prometheus_metrics_patch.yaml should be enabled. |
27 |
| -# For more context on why we stop using manager_auth_proxy_patch |
28 |
| -# refer to story #167092237 |
29 |
| -#- manager_auth_proxy_patch.yaml |
30 |
| - # If you want your controller-manager to expose the /metrics |
31 |
| - # endpoint w/o any authn/z, uncomment the following line and |
32 |
| - # comment manager_auth_proxy_patch.yaml. |
33 |
| - # Only one of manager_auth_proxy_patch.yaml and |
34 |
| - # manager_prometheus_metrics_patch.yaml should be enabled. |
35 |
| -#- manager_prometheus_metrics_patch.yaml |
36 |
| - |
37 |
| -# [WEBHOOK] Uncomment all the sections with [WEBHOOK] prefix to enable webhook. |
38 |
| -#- manager_webhook_patch.yaml |
39 |
| - |
40 |
| -# [CAINJECTION] Uncomment next line to enable the CA injection in the admission webhooks. [CERTMANAGER] needs to be |
41 |
| -# enabled to use ca injection |
42 |
| -#- webhookcainjection_patch.yaml |
| 22 | +images: |
| 23 | +- name: rabbitmqoperator/cluster-operator-dev |
| 24 | + newName: rabbitmqoperator/cluster-operator |
| 25 | + newTag: latest |
0 commit comments