Skip to content

Commit

Permalink
fix(helm): use root variable
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jan 21, 2025
1 parent 47b2943 commit 6e85507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: {{ $value }}
namespace: {{ $root.Release.Namespace }}
labels:
{{- include "greptimedb-cluster.labels" . | nindent 4 }}
{{- include "greptimedb-cluster.labels" $root | nindent 4 }}
data:
{{ $key }}.json: |-
{{ $root.Files.Get (printf "dashboards/%s.json" $key) | indent 4 }}
Expand Down

0 comments on commit 6e85507

Please sign in to comment.