Skip to content

Commit

Permalink
fix: point deployment to correct secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Feb 6, 2022
1 parent 12db63d commit 17a3d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: treetracker-database-connection
name: database-connection
key: db
- name: DATABASE_SCHEMA
value: stakeholder

0 comments on commit 17a3d00

Please sign in to comment.