Skip to content

Commit

Permalink
forgot to actually mount the .env config map in the pod
Browse files Browse the repository at this point in the history
  • Loading branch information
David Turnbull committed Aug 31, 2023
1 parent 1f913de commit b75107d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kubernetes/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
volumeMounts:
- name: config-volume
mountPath: .env
volumes:
- name: hello-world-config
configMap:
name: hello-world-config
env:
- name: POSTGRES_PASSWD
valueFrom:
Expand Down

0 comments on commit b75107d

Please sign in to comment.