Skip to content

Commit

Permalink
Merge pull request #68 from ucraft-com/helm
Browse files Browse the repository at this point in the history
add env path var
  • Loading branch information
devops-mher authored Oct 25, 2022
2 parents c918886 + 404d2b5 commit 0b9f063
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: backend
description: Helm chart scaffolding for Backend applications.
type: application
version: 3.4.7
version: 3.4.8
appVersion: 0.3.0
2 changes: 1 addition & 1 deletion charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: app
mountPath: /app
- name: env
mountPath: /tmp/.env
mountPath: {{ .Values.externalsecrets.envpath }}/{{ .Values.externalsecrets.secretkey }}
subPath: .env
- name: php-ini-config
mountPath: /usr/local/etc/php/php.ini
Expand Down
1 change: 1 addition & 0 deletions charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ secret:
externalsecrets:
enabled: true
envpath: /tmp
secretkey: .env
interval: 168h
updatedata: 18-10-2022

0 comments on commit 0b9f063

Please sign in to comment.