From 1bc3c00ceca1a9f6764e2b12bbbc99c81c2b2c15 Mon Sep 17 00:00:00 2001 From: Kyle O'Brien <65071578+TawneeOwl@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:46:21 +0000 Subject: [PATCH] Change indenting --- helm_deploy/laa-civil-case-api/templates/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_deploy/laa-civil-case-api/templates/dashboard.yaml b/helm_deploy/laa-civil-case-api/templates/dashboard.yaml index 35b402c..b7d03dc 100644 --- a/helm_deploy/laa-civil-case-api/templates/dashboard.yaml +++ b/helm_deploy/laa-civil-case-api/templates/dashboard.yaml @@ -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 }}