Skip to content

Commit ac4490f

Browse files
authored
Update prometheus.tf
1 parent b710a95 commit ac4490f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nap/prometheus.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "helm_release" "prometheus" {
2-
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-
namespace = kubernetes_namespace.monitoring.metadata[0].name
6-
values = [file("./charts/prometheus/values.yaml")]
2+
name = format("%s-pro-%s", lower(local.custom_prefix), lower(local.build_suffix))
3+
repository = "https://prometheus-community.github.io/helm-charts"
4+
chart = "prometheus"
5+
namespace = kubernetes_namespace.monitoring.metadata[0].name
6+
values = [file("./charts/prometheus/values.yaml")]
77
}

0 commit comments

Comments
 (0)