Fix spacing

This commit is contained in:
Daniel Berteaud 2024-03-11 23:34:50 +01:00
parent 50f0293e05
commit 1bb2091972
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
data = <<_EOT
[[- range $k, $v := $env ]]
[[- if or (isKind "string" $v) (isKind "number" $v) (isKind "bool" $v) ]]
[[ $k ]]=[[ $v ]]
[[ $k ]]=[[ $v ]]
[[- else if isKind "map" $v ]]
[[- if and (has $v "source") (eq $v.source "vault") ]]
[[ $k ]]={{ with secret "[[ if has $v "path" ]][[ $v.path ]][[ else ]][[ $.vault.kv.path ]][[ end ]]" }}{{ [[ $v.key ]] }}{{ end }}