Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
feat: raw env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
malo-octo committed Dec 21, 2023
1 parent 26867bb commit 2b323bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/patches/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = (manifests) => {
"vault.hashicorp.com/agent-inject-template-dev": '\
{{- with secret "kv/dev/nextauth_secret" -}} \
{{- range $key, $value := .Data.data }} \
export {{ $key }}={{ $value }} \
export NEXTAUTH_SECRET={{ $value }} \
{{- end }} \
{{- end }}'
};
Expand Down

0 comments on commit 2b323bb

Please sign in to comment.