fix(website): dont load crds for crd-only prometheus install

This commit is contained in:
Kjeld Schouten
2025-03-11 13:40:47 +01:00
parent c8f57da2c5
commit feb2964081
+2 -2
View File
@@ -129,10 +129,10 @@ crds:
forceConflicts: true forceConflicts: true
prometheusOperator: prometheusOperator:
enabled: false enabled: false
## Everything down here, explicitly disables everything BUT the operator itself ## Everything down here, explicitly disables everything except CRDs and grafana dashboards
global: global:
rbac: rbac:
create: true create: false
defaultRules: defaultRules:
create: false create: false
windowsMonitoring: windowsMonitoring: