Skip to content

Commit 8bfaaa9

Browse files
authored
Update prometheus.tf
1 parent 3cac66b commit 8bfaaa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nap/prometheus.tf

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
resource "helm_release" "prometheus" {
2-
name = format("%s-pro-%s", local.project_prefix, local.build_suffix)
2+
name = format("%s-pro-%s", lower(local.project_prefix), lower(local.build_suffix))
33
repository = "https://prometheus-community.github.io/helm-charts"
44
chart = "prometheus"
5-
#version = "15.10.2"
65
namespace = kubernetes_namespace.monitoring.metadata[0].name
76
values = [file("./charts/prometheus/values.yaml")]
8-
}
7+
}

0 commit comments

Comments
 (0)