Skip to content

Commit cd6c15c

Browse files
Fix bugs with node_exporter spec test
1 parent 3f138cc commit cd6c15c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/platform/observability_spec.cr

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ describe "Platform Observability" do
3232

3333
LOGGING.info "Installing prometheus-node-exporter"
3434
helm = Helm::BinarySingleton.helm
35-
resp = `#{helm} install node-exporter stable/prometheus-node-exporter`
35+
Helm.helm_repo_add("prometheus-community","https://prometheus-community.github.io/helm-charts")
36+
resp = `#{helm} install node-exporter prometheus-community/prometheus-node-exporter`
3637
LOGGING.info resp
3738

3839
pod_ready = ""

0 commit comments

Comments
 (0)