Skip to content

Commit a8fd514

Browse files
committed
chore(database): Correct database config in argocd app (2)
1 parent 41149b4 commit a8fd514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/database/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55

66
postgres_secret_name = "postgres-passwords"
77

8-
postgres_password_key = "postgres-password"
8+
postgres_password_key = "POSTGRES_PASSWORD"
99
postgres_replication_password_key = "replication-password"
1010
hydra_password_key = "HYDRA_PASSWORD"
1111

0 commit comments

Comments
 (0)