Skip to content

Commit

Permalink
fix: read schema from database connection secret for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Mar 4, 2021
1 parent ba9aa65 commit 008b2a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment/treetracker-wallet-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ spec:
name: treetracker-api-database-connection
key: db
- name: DATABASE_SCHEMA
value: wallets
valueFrom:
secretKeyRef:
name: treetracker-api-database-connection
key: schema
- name: NODE_LOG_LEVEL
value: trace
- name: REMOTE_LOG_URL
Expand Down

0 comments on commit 008b2a2

Please sign in to comment.