We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b710a95 commit ac4490fCopy full SHA for ac4490f
nap/prometheus.tf
@@ -1,7 +1,7 @@
1
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")]
+ name = format("%s-pro-%s", lower(local.custom_prefix), lower(local.build_suffix))
+ repository = "https://prometheus-community.github.io/helm-charts"
+ chart = "prometheus"
+ namespace = kubernetes_namespace.monitoring.metadata[0].name
+ values = [file("./charts/prometheus/values.yaml")]
7
}
0 commit comments