Skip to content

Commit

Permalink
fix(bootstrap): update templating indents
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 12, 2025
1 parent 7f6e850 commit cea917e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/bootstrap/apps/templates/resources.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cea917e

Please sign in to comment.