fix(gitops): align postgresql vault paths
This commit is contained in:
parent
c8932c1676
commit
529648f6c5
@ -12,11 +12,11 @@ spec:
|
||||
name: postgresql-auth
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: postgres-password
|
||||
- secretKey: POSTGRES_PASSWORD
|
||||
remoteRef:
|
||||
key: database/postgresql
|
||||
property: postgres-password
|
||||
- secretKey: password
|
||||
key: kv/postgresql.svc.plus
|
||||
property: POSTGRES_PASSWORD
|
||||
- secretKey: POSTGRES_USER
|
||||
remoteRef:
|
||||
key: database/postgresql
|
||||
property: app-password
|
||||
key: kv/postgresql.svc.plus
|
||||
property: POSTGRES_USER
|
||||
|
||||
@ -20,9 +20,9 @@ spec:
|
||||
data:
|
||||
- secretKey: username
|
||||
remoteRef:
|
||||
key: database/ghcr-pull
|
||||
property: username
|
||||
key: kv/postgresql.svc.plus
|
||||
property: GHCR_USERNAME
|
||||
- secretKey: token
|
||||
remoteRef:
|
||||
key: database/ghcr-pull
|
||||
property: token
|
||||
key: kv/postgresql.svc.plus
|
||||
property: GHCR_TOKEN
|
||||
|
||||
@ -13,7 +13,7 @@ auth:
|
||||
username: postgres
|
||||
database: postgres
|
||||
existingSecret: postgresql-auth
|
||||
secretKey: postgres-password
|
||||
secretKey: POSTGRES_PASSWORD
|
||||
|
||||
initScripts:
|
||||
enabled: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user