Fix Environment Variables in Postgres Job Spec

This commit is contained in:
Caleb Braaten 2024-02-06 16:03:22 -08:00
parent fd42e1f6b0
commit 83529ef8ef

View File

@ -45,8 +45,8 @@ job "postgres" {
} }
env = { env = {
"POSTGRES_USER"="op://InfraSecrets/Postgres Root/username", POSTGRES_USER="op://InfraSecrets/Postgres Root/username",
"POSTGRES_PASSWORD"="op://InfraSecrets/Postgres Root/password" POSTGRES_PASSWORD="op://InfraSecrets/Postgres Root/password"
} }
} }
} }