Merge pull request #81 from sirius0xdev/fix/trade-dashboard-db-user
fix(trade-dashboard): get DB_USER from secret instead of configmap
This commit is contained in:
commit
3db7c1fb00
1 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,11 @@ spec:
|
|||
- configMapRef:
|
||||
name: trade-dashboard-config
|
||||
env:
|
||||
- name: DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: trading-db-credentials
|
||||
key: username
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue