init
This commit is contained in:
parent
9823f8ace6
commit
a5e9fbb702
@ -88,9 +88,9 @@ spec:
|
||||
command:
|
||||
- /kaniko/executor
|
||||
args:
|
||||
{{- range splitList " " .Params.kanikoArgsList -}}
|
||||
- '{{ . }}'
|
||||
{{- end -}}
|
||||
{{- range splitList " " .Params.kanikoArgsList}}
|
||||
- {{ . | indent 8 }}
|
||||
{{- end}}
|
||||
- --dockerfile=$(params.dockerfile)
|
||||
- --context=$(params.context)
|
||||
- --destination=$(params.imageName):$(params.tag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user