Use configMapKeyRef
This commit is contained in:
parent
ad92033aff
commit
13f0a0c732
1 changed files with 5 additions and 3 deletions
|
@ -21,10 +21,12 @@ spec:
|
|||
ports:
|
||||
- name: http
|
||||
containerPort: 8888
|
||||
envFrom: # ToDo: check if all vars are needed
|
||||
- configMapRef:
|
||||
name: taiga-configmap
|
||||
env:
|
||||
- name: EVENTS_PUSH_BACKEND_URL # ToDo: check if we really need to set these URLs
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: taiga-configmap
|
||||
key: EVENTS_PUSH_BACKEND_URL
|
||||
- name: RABBITMQ_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in a new issue