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 ed2f700 commit d44692cCopy full SHA for d44692c
stack/templates/_helpers.tpl
@@ -320,7 +320,7 @@ Create the full dashboard data structure as a Helm dictionary and return it as a
320
{{- end -}}
321
322
{{/* 3. Build the final, top-level dashboard dictionary */}}
323
-{{- $dashboardTitle := printf "%s-dashboard" (include "stack.fullname" $global | lower) -}}
+{{- $dashboardTitle := $global.Release.Name }}
324
{{- $dashboard := dict
325
"id" nil
326
"uid" $dashboardTitle
0 commit comments