feat: secrets

main
Sven Ketelsen 4 years ago
parent 289f176abf
commit 2f2552e233

@ -14,7 +14,7 @@ data:
# check, if a secret is already set
{{- if or (not $old_sec) (not $old_sec.data) }}
{{- if (index $old_sec.data "JWT_SECRET") }}
{{- if ($old_sec.data.JWT_SECRET) }}
# if set, then use the old value
JWT_SECRET: {{ index $old_sec.data "JWT_SECRET" }}
{{ else }}

Loading…
Cancel
Save