Rename 1Password Vault

This commit is contained in:
2026-04-06 19:33:37 -07:00
parent 696813fc72
commit df1e1cbcad
8 changed files with 29 additions and 29 deletions

View File

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