File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : mammatus
33description : MammatusPHP Chart
44type : application
5- version : 0.0.2
6- appVersion : 0.0.2
5+ version : 0.0.3
6+ appVersion : 0.0.3
77maintainers :
88 - name : WyriHaximus
99
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ containers:
77 command:
88 - php
99 - /opt/app/vendor/bin/{ { .command | default " mamatus" } }
10- { {- range .arguments } }
10+ { {- range .arguments } }
1111 - "{ { . | replace " \\ " " \\\\ " } }"
12- { {- end } }
12+ { {- end } }
1313{ {- include " mammatus.env" . | nindent 4 } }
1414 resources:
1515 limits:
Original file line number Diff line number Diff line change 2222 template :
2323 spec :
2424 restartPolicy : Never
25- {{- include "mammatus.pod" (dict "Chart" $.Chart "Values" $.Values "name" .name "arguments" .arguments ) | nindent 10 }}
25+ {{- include "mammatus.pod" (dict "Chart" $.Chart "Values" $.Values "name" .name "arguments" (list .class) "command" "mammatus-cron" ) | nindent 10 }}
2626{{- end }}
You can’t perform that action at this time.
0 commit comments