Skip to content

Commit

Permalink
fix: set redis existing secret
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 21, 2023
1 parent fb4a8f4 commit eb893ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .transpire.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ def objects():
values={
"architecture": "standalone",
# This will emit a VaultSecret in production!
"auth": {"password": ""},
"auth": {
"existingSecret": "redis",
"existingSecretPasswordKey": "redis-password",
},
},
)

Expand Down

0 comments on commit eb893ab

Please sign in to comment.