fix(postgres): fix storing password to vault

This commit is contained in:
Masaki Yatsu
2025-08-20 16:53:26 +09:00
parent 4d38ce9932
commit bdd32503f4

View File

@@ -69,8 +69,7 @@ admin-password:
# Put admin credentials to Vault
put-admin-credentials-to-vault:
@echo vault::put postgres/admin username=$(just admin-username) password=$(just admin-password)
@just vault::put postgres/admin username=$(just admin-username) password=$(just admin-password)
@just vault::put-root postgres/admin username=$(just admin-username) password=$(just admin-password)
@echo "Admin credentials stored in Vault under 'postgres/admin'."
# Create Postgres database