Skip to content

Commit 59f4e57

Browse files
committed
fix(monitoring): avoid double installing the CRDs
The CRDs are installed separately so we do not need to install them in the umbrella chart.
1 parent 425e0c8 commit 59f4e57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

operators/monitoring/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Disable crds since they are installed separately
2+
crds:
3+
enabled: false
4+
15
# Disable the default kube-proxy alert since we don't have it,
26
# we have cilium instead.
37
# https://github.com/prometheus-community/helm-charts/issues/1718

0 commit comments

Comments
 (0)