Skip to content

Commit

Permalink
deployment: refactor env_file > env-file
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisommore committed Nov 3, 2022
1 parent 7279f59 commit 9447e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/deployment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
volumeMounts:
- mountPath: "/app/.env"
subPath: ".env"
name: env_file
name: env-file
readOnly: true
env:
- name: "APP_PORT"
value: "{{.Values.port }}"
volumes:
- name: env_file
- name: env-file
secret:
secretName: superiad_env_secret

0 comments on commit 9447e59

Please sign in to comment.