diff --git a/postgres/justfile b/postgres/justfile index c243d38..11002dc 100644 --- a/postgres/justfile +++ b/postgres/justfile @@ -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