diff --git a/nap/prometheus.tf b/nap/prometheus.tf index cc248a3..2faf76e 100644 --- a/nap/prometheus.tf +++ b/nap/prometheus.tf @@ -1,5 +1,5 @@ resource "helm_release" "prometheus" { - name = format("%s-pro-%s", lower(local.custom_prefix), lower(local.build_suffix)) + name = format("%s-pro-%s", local.project_prefix, local.build_suffix) repository = "https://prometheus-community.github.io/helm-charts" chart = "prometheus" namespace = kubernetes_namespace.monitoring.metadata[0].name