Skip to content

Commit

Permalink
fix: add existing vaultsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 21, 2023
1 parent eb893ab commit 10d7c8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .transpire.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ def objects():
},
)

yield Secret(
name="redis",
string_data={
"redis-password": "",
},
).build()

yield from surgery.edit_manifests(
{
# Chop off the automatically generated checksum for the secret only.
Expand Down

0 comments on commit 10d7c8e

Please sign in to comment.