Rename to deployment
This commit is contained in:
parent
cd66545ecb
commit
af368de5a2
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ spec:
|
||||||
name: taiga-rabbitmq-secret
|
name: taiga-rabbitmq-secret
|
||||||
env:
|
env:
|
||||||
- name: POSTGRES_USER # ToDo: does taiga need a specific postgres version?
|
- name: POSTGRES_USER # ToDo: does taiga need a specific postgres version?
|
||||||
valueFrom: # ToDo: which env vars are needed by taiga-back and taiga-async
|
valueFrom:
|
||||||
secretKeyRef: # ToDo: If all env vars are needed by taiga-back a config-map would be suitable
|
secretKeyRef:
|
||||||
name: postgres-secret
|
name: postgres-secret
|
||||||
key: postgres-user
|
key: postgres-user
|
||||||
- name: POSTGRES_PASSWORD
|
- name: POSTGRES_PASSWORD
|
Loading…
Reference in a new issue