Skip to content

Commit 0753c54

Browse files
authored
Update grafana.tf
1 parent 45b76a7 commit 0753c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nap/grafana.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "helm_release" "grafana" {
2-
name = format("%s-gfa-%s", lower(local.prefix), lower(local.build_suffix))
2+
name = format("%s-gfa-%s", local.project_prefix, local.build_suffix)
33
repository = "https://grafana.github.io/helm-charts"
44
chart = "grafana"
55
version = "6.50.7"

0 commit comments

Comments
 (0)