From eb893abc106882ab91d993cb24e6f595f7a7ff5e Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Thu, 21 Sep 2023 00:37:03 -0700 Subject: [PATCH] fix: set redis existing secret --- .transpire.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.transpire.py b/.transpire.py index c457395..f3f3b1d 100644 --- a/.transpire.py +++ b/.transpire.py @@ -117,7 +117,10 @@ def objects(): values={ "architecture": "standalone", # This will emit a VaultSecret in production! - "auth": {"password": ""}, + "auth": { + "existingSecret": "redis", + "existingSecretPasswordKey": "redis-password", + }, }, )