From 3d4c1e01575160822d73e3c0baed7604aab6b69f Mon Sep 17 00:00:00 2001 From: liyang Date: Wed, 4 Dec 2024 21:45:47 +0800 Subject: [PATCH] chore: comment attachMetadata configuration --- charts/kube-prometheus-stack/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/kube-prometheus-stack/values.yaml b/charts/kube-prometheus-stack/values.yaml index 8d235781c464..fc06729e6673 100644 --- a/charts/kube-prometheus-stack/values.yaml +++ b/charts/kube-prometheus-stack/values.yaml @@ -2274,8 +2274,9 @@ prometheus-node-exporter: ## Attach node metadata to discovered targets. Requires Prometheus v2.35.0 and above. ## - attachMetadata: - node: false + # attachMetadata: + # node: false + rbac: ## If true, create PSPs for node-exporter ##