diff options
author | makefunstuff <[email protected]> | 2024-06-30 11:37:08 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-30 11:37:08 +0200 |
commit | da5fffce067524b306b87a8a27d54a7f6e1820d4 (patch) | |
tree | f30f7d0e716eb66d5db40c9369de91c3b0f9b181 /tools/prometheus | |
parent | 5972f54fba05cc3cf84821cb4202207b96e1cf8b (diff) | |
download | k3s-lab-da5fffce067524b306b87a8a27d54a7f6e1820d4.tar.gz |
disable node exporter
Diffstat (limited to '')
-rw-r--r-- | tools/prometheus/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prometheus/values.yaml b/tools/prometheus/values.yaml index 6d6ed73..14bac2d 100644 --- a/tools/prometheus/values.yaml +++ b/tools/prometheus/values.yaml @@ -1,5 +1,5 @@ prometheus: - node-exporter: + prometheus-node-exporter: enabled: true alertmanager: enabled: true |