refactor(ente): switch to new DB
All checks were successful
Renovate / renovate (push) Successful in 38s
All checks were successful
Renovate / renovate (push) Successful in 38s
This commit is contained in:
parent
21dfe900f2
commit
c3f2a1b6cd
1 changed files with 8 additions and 8 deletions
|
@ -23,23 +23,23 @@ spec:
|
|||
- name: ENTE_DB_HOST
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: host
|
||||
name: ente-db-credentials-ente-ente
|
||||
key: HOST
|
||||
- name: ENTE_DB_NAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: dbname
|
||||
name: ente-db-credentials-ente-ente
|
||||
key: DATABASE_NAME
|
||||
- name: ENTE_DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: user
|
||||
name: ente-db-credentials-ente-ente
|
||||
key: LOGIN
|
||||
- name: ENTE_DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: password
|
||||
name: ente-db-credentials-ente-ente
|
||||
key: PASSWORD
|
||||
- name: ENTE_DB_SSLMODE
|
||||
value: require
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue