Skip to content

Commit

Permalink
Squash feat
Browse files Browse the repository at this point in the history
  • Loading branch information
erNail committed Feb 12, 2024
1 parent 9b252a9 commit bca9264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafaml/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ panels:
w: {{ $panelWidth }}
h: {{ $.Values.panels.panelHeight }}
x: {{ mul (mod $i $.Values.panels.columns) $panelWidth }}
"y": {{ mul (floor (div $i .Values.panels.columns)) $.Values.panels.panelHeight }}
"y": {{ mul (floor (div $i $.Values.panels.columns)) $.Values.panels.panelHeight }}
{{- $panel | toYaml | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit bca9264

Please sign in to comment.