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

fixed scheduler command

parent 50ab6dcf
No related branches found
No related tags found
4 merge requests!1895Development,!1892Development,!1889Development,!1888Resolve "fix ci pipelines"
......@@ -279,7 +279,7 @@ spec:
- name: {{ .Chart.Name }}-scheduler
image: {{ template "imagename" . }}
command: ["/bin/sh"]
args: ["-c", "/html/helpers/scheduler.sh"]
args: ["-c", "php artisan schedule:work"]
volumeMounts:
- name: secrets
mountPath: /html/.env
......
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