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