diff options
author | Srivahni <srivahni.chivukula@intel.com> | 2019-03-22 14:33:38 -0700 |
---|---|---|
committer | Srivahni <srivahni.chivukula@intel.com> | 2019-03-22 14:34:48 -0700 |
commit | c527da2405524418adb9eb27ce41391290ba41bc (patch) | |
tree | 5738d3d05e8274d6bbed8adbe19f13cd223ea48c /vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml | |
parent | 3c861dd4e53b43c94e60d28ec3699119966c6ceb (diff) |
Fix node exporter integration with Prometheus
Change-Id: I05fe6c74bccad6dd2fd515dcda4d4efe7e9a50dd
Issue-ID: ONAPARC-440
Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
Diffstat (limited to 'vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml')
-rw-r--r-- | vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml b/vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml index 9dc01cc3..fc0bc243 100644 --- a/vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml +++ b/vnfs/DAaaS/collection/charts/prometheus-operator/values.yaml @@ -528,7 +528,7 @@ kube-state-metrics: ## Deploy node exporter as a daemonset to all nodes ## nodeExporter: - enabled: true + enabled: false ## Use the value configured in prometheus-node-exporter.podLabels ## |