refactor(ente): switch to new DB
All checks were successful
Renovate / renovate (push) Successful in 36s
All checks were successful
Renovate / renovate (push) Successful in 36s
This commit is contained in:
parent
21dfe900f2
commit
e4a4945b61
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
|
||||
key: HOST
|
||||
- name: ENTE_DB_NAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: dbname
|
||||
name: ente-db-credentials
|
||||
key: DATABASE_NAME
|
||||
- name: ENTE_DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: user
|
||||
name: ente-db-credentials
|
||||
key: LOGIN
|
||||
- name: ENTE_DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: default-cluster-pguser-ente
|
||||
key: password
|
||||
name: ente-db-credentials
|
||||
key: PASSWORD
|
||||
- name: ENTE_DB_SSLMODE
|
||||
value: require
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue