From 2b323bb06f955a70d31942085aaa1b322d734be8 Mon Sep 17 00:00:00 2001 From: Malo BRIANT Date: Thu, 21 Dec 2023 15:25:58 +0100 Subject: [PATCH] feat: raw env variable name --- .kontinuous/patches/secrets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kontinuous/patches/secrets.js b/.kontinuous/patches/secrets.js index 067449b3..09f11c91 100644 --- a/.kontinuous/patches/secrets.js +++ b/.kontinuous/patches/secrets.js @@ -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 }}' };