diff --git a/charts/kube-prometheus-stack/values.yaml b/charts/kube-prometheus-stack/values.yaml index 4b152ff21969..8d235781c464 100644 --- a/charts/kube-prometheus-stack/values.yaml +++ b/charts/kube-prometheus-stack/values.yaml @@ -2271,6 +2271,11 @@ prometheus-node-exporter: # targetLabel: nodename # replacement: $1 # action: replace + + ## Attach node metadata to discovered targets. Requires Prometheus v2.35.0 and above. + ## + attachMetadata: + node: false rbac: ## If true, create PSPs for node-exporter ##