Skip to content

Commit

Permalink
fix: set up schema env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Dec 10, 2020
1 parent ce8a229 commit 5af5cde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/treetracker-wallet-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ spec:
secretKeyRef:
name: treetracker-api-database-connection
key: db
- name: DATABASE_SCHEMA
valueFrom:
secretKeyRef:
name: treetracker-api-database-connection
key: schema
- name: NODE_LOG_LEVEL
value: trace

0 comments on commit 5af5cde

Please sign in to comment.