We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482d0ce commit b710a95Copy full SHA for b710a95
nap/grafana.tf
@@ -1,5 +1,5 @@
1
resource "helm_release" "grafana" {
2
- name = format("%s-gfa-%s", lower(local.project_prefix), lower(local.build_suffix))
+ name = format("%s-gfa-%s", lower(local.prefix), lower(local.build_suffix))
3
repository = "https://grafana.github.io/helm-charts"
4
chart = "grafana"
5
version = "6.50.7"
0 commit comments