FEAT(vault): integrate Vault secrets

- Add ExternalSecret configuration
- Enable Vault integration for secrets
This commit is contained in:
2026-01-01 00:24:44 +09:00
parent 196c941db9
commit bc3b9cb628
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ spec:
- secretKey: password
remoteRef:
key: databases/postgresql
property: APP_PASSWORD
property: PASSWORD

View File

@@ -20,4 +20,4 @@ spec:
- secretKey: password
remoteRef:
key: databases/postgresql
property: POSTGRES_PASSWORD
property: PASSWORD