Skip to content
Snippets Groups Projects
Commit cc715939 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fetcher now has correct env file mounted

parent 6d368f1d
No related branches found
No related tags found
2 merge requests!1712Development,!1702Development
......@@ -216,6 +216,11 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["su"]
args: ["-s", "/bin/sh", "-c", "php artisan requests:fetcher", "nginx"]
volumeMounts:
- name: env-files
mountPath: /html/.env
subPath: .env
readOnly: true
imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe:
exec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment