From cea917e04b7037213cff24ec686460348cbfeb2a Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sun, 12 Jan 2025 15:56:19 -0500 Subject: [PATCH] fix(bootstrap): update templating indents Signed-off-by: Devin Buhl --- kubernetes/bootstrap/apps/templates/resources.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/bootstrap/apps/templates/resources.yaml.j2 b/kubernetes/bootstrap/apps/templates/resources.yaml.j2 index 73bfa9febdc06..e13dcd38673dc 100644 --- a/kubernetes/bootstrap/apps/templates/resources.yaml.j2 +++ b/kubernetes/bootstrap/apps/templates/resources.yaml.j2 @@ -35,7 +35,8 @@ metadata: name: sops-age namespace: flux-system stringData: - age.agekey: {{ ENV.FLUX_SOPS_PRIVATE_KEY | indent(4) }} + age.agekey: | + {{ ENV.FLUX_SOPS_PRIVATE_KEY | indent(4) }} --- apiVersion: v1 kind: Namespace