Skip to content

Commit

Permalink
Update prometheus.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
akananth authored Feb 12, 2025
1 parent 0753c54 commit 8dfda30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nap/prometheus.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8dfda30

Please sign in to comment.