We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b76a7 commit 0753c54Copy full SHA for 0753c54
nap/grafana.tf
@@ -1,5 +1,5 @@
1
resource "helm_release" "grafana" {
2
- name = format("%s-gfa-%s", lower(local.prefix), lower(local.build_suffix))
+ name = format("%s-gfa-%s", local.project_prefix, local.build_suffix)
3
repository = "https://grafana.github.io/helm-charts"
4
chart = "grafana"
5
version = "6.50.7"
0 commit comments