init
This commit is contained in:
parent
f09c4ca777
commit
51a256c111
@ -88,8 +88,8 @@ spec:
|
||||
command:
|
||||
- /kaniko/executor
|
||||
args:
|
||||
{{- range splitList " " .Params.kanikoArgsList }}
|
||||
- {{ . }}
|
||||
{{- range $line := ( splitList " " $.Params.kanikoArgsList )}}
|
||||
{{- $line }}
|
||||
{{- end }}
|
||||
- --dockerfile=$(params.dockerfile)
|
||||
- --context=$(params.context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user