Skip to content

Commit

Permalink
Change indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
TawneeOwl committed Dec 23, 2024
1 parent 8554789 commit 1bc3c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/laa-civil-case-api/templates/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ metadata:
meta.helm.sh/release-namespace: {{ .Release.Namespace | quote }}
data:
laa-civil-case-api-dashboard.json: |
{{ .Files.Get "files/dashboard.json" | toYaml }}
{{ .Files.Get "files/dashboard.json" | indent 4 }}
{{- end }}

0 comments on commit 1bc3c00

Please sign in to comment.