We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cac66b commit 8bfaaa9Copy full SHA for 8bfaaa9
nap/prometheus.tf
@@ -1,8 +1,7 @@
1
resource "helm_release" "prometheus" {
2
- name = format("%s-pro-%s", local.project_prefix, local.build_suffix)
+ name = format("%s-pro-%s", lower(local.project_prefix), lower(local.build_suffix))
3
repository = "https://prometheus-community.github.io/helm-charts"
4
chart = "prometheus"
5
- #version = "15.10.2"
6
namespace = kubernetes_namespace.monitoring.metadata[0].name
7
values = [file("./charts/prometheus/values.yaml")]
8
-}
+}
0 commit comments