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

syntax error

parent d7efc49b
No related branches found
No related tags found
1 merge request!1995Resolve "Make MetaGer Pods shutdown gracefully"
...@@ -111,7 +111,7 @@ spec: ...@@ -111,7 +111,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ template "fpm_image" . }}" image: "{{ template "fpm_image" . }}"
command: ["/usr/local/bin/php"] command: ["/usr/local/bin/php"]
args: [["artisan", "schedule:work-mg"] args: ["artisan", "schedule:work-mg"]
imagePullPolicy: {{ .Values.image.fpm.pullPolicy }} imagePullPolicy: {{ .Values.image.fpm.pullPolicy }}
env: env:
- name: APP_ENV - name: APP_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