Skip to content

Commit 238aabc

Browse files
authored
Disable mgmt of service monitors (#794)
1 parent 5607b33 commit 238aabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/services/bundle/production/operator.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ objects:
106106
- --metrics-bind-address=127.0.0.1:8080
107107
- --leader-elect
108108
- --zap-encoder=console
109-
- --zap-log-level=debug
109+
- --zap-log-level=info
110+
- --feature-gate.enable-prometheus-operator-crds=false
110111
command:
111112
- /manager
112113
image: quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-konflux-thanos-operator:2e19cebd4c056d661b2b0f6bd797bbe367e619fa

0 commit comments

Comments
 (0)