Add Args
This commit is contained in:
parent
0591760932
commit
5414195dc3
@ -60,6 +60,10 @@ spec:
|
|||||||
value: "{{ .Value }}"
|
value: "{{ .Value }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
args:
|
||||||
|
{{- range .Args }}
|
||||||
|
- {{.}}
|
||||||
|
{{- end }}
|
||||||
command:
|
command:
|
||||||
{{- range .Command }}
|
{{- range .Command }}
|
||||||
- {{.}}
|
- {{.}}
|
||||||
|
Loading…
Reference in New Issue
Block a user