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
|
||||
env:
|
||||
- name: POSTGRES_USER # ToDo: does taiga need a specific postgres version?
|
||||
valueFrom: # ToDo: which env vars are needed by taiga-back and taiga-async
|
||||
secretKeyRef: # ToDo: If all env vars are needed by taiga-back a config-map would be suitable
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-secret
|
||||
key: postgres-user
|
||||
- name: POSTGRES_PASSWORD
|
Loading…
Reference in a new issue