Skip to content

Commit

Permalink
fix: correct name of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Oct 20, 2021
1 parent 50c7ca6 commit b5b4a3a
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: earnings

0 comments on commit b5b4a3a

Please sign in to comment.