init
This commit is contained in:
parent
b6ad12e9c0
commit
717a2c8773
@ -88,8 +88,10 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
args:
|
args:
|
||||||
|
{{- if .Params.kanikoArgs }}
|
||||||
{{- range splitList " " .Params.kanikoArgs }}
|
{{- range splitList " " .Params.kanikoArgs }}
|
||||||
- {{ . }}
|
- {{ . | trim }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- --dockerfile=$(params.dockerfile)
|
- --dockerfile=$(params.dockerfile)
|
||||||
- --context=$(params.context)
|
- --context=$(params.context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user