init
This commit is contained in:
parent
d6fb04a932
commit
fe45a57347
@ -88,13 +88,11 @@ spec:
|
||||
command:
|
||||
- /kaniko/executor
|
||||
args:
|
||||
{{- range splitList " " .Params.kanikoArgs }} - {{ . | trim }}{{- end }}
|
||||
- --dockerfile=$(params.dockerfile)
|
||||
- --context=$(params.context)
|
||||
- --destination=$(params.imageName):$(params.tag)
|
||||
- --skip-tls-verify
|
||||
- --verbosity=info
|
||||
- --reproducible
|
||||
{{- range splitList " " .Params.kanikoArgs }}
|
||||
- {{ . | trim }}
|
||||
{{- end }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user