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