Fix Environment Variables in Postgres Job Spec
This commit is contained in:
parent
fd42e1f6b0
commit
83529ef8ef
@ -45,8 +45,8 @@ job "postgres" {
|
||||
}
|
||||
|
||||
env = {
|
||||
"POSTGRES_USER"="op://InfraSecrets/Postgres Root/username",
|
||||
"POSTGRES_PASSWORD"="op://InfraSecrets/Postgres Root/password"
|
||||
POSTGRES_USER="op://InfraSecrets/Postgres Root/username",
|
||||
POSTGRES_PASSWORD="op://InfraSecrets/Postgres Root/password"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user