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