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