From feb296408181b79127bfff0a35ae532c8d059d05 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 11 Mar 2025 07:50:50 +0100 Subject: [PATCH] fix(website): dont load crds for crd-only prometheus install --- website/src/content/docs/guides/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/content/docs/guides/index.md b/website/src/content/docs/guides/index.md index e878200194c..5440e9ccba5 100644 --- a/website/src/content/docs/guides/index.md +++ b/website/src/content/docs/guides/index.md @@ -129,10 +129,10 @@ crds: forceConflicts: true prometheusOperator: enabled: false -## Everything down here, explicitly disables everything BUT the operator itself +## Everything down here, explicitly disables everything except CRDs and grafana dashboards global: rbac: - create: true + create: false defaultRules: create: false windowsMonitoring: