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