Skip to content

Commit d44692c

Browse files
committed
shorter url
1 parent ed2f700 commit d44692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Create the full dashboard data structure as a Helm dictionary and return it as a
320320
{{- end -}}
321321

322322
{{/* 3. Build the final, top-level dashboard dictionary */}}
323-
{{- $dashboardTitle := printf "%s-dashboard" (include "stack.fullname" $global | lower) -}}
323+
{{- $dashboardTitle := $global.Release.Name }}
324324
{{- $dashboard := dict
325325
"id" nil
326326
"uid" $dashboardTitle

0 commit comments

Comments
 (0)