This commit is contained in:
병준 박 2025-04-15 00:07:07 +00:00
parent 9823f8ace6
commit a5e9fbb702

View File

@ -88,9 +88,9 @@ spec:
command:
- /kaniko/executor
args:
{{- range splitList " " .Params.kanikoArgsList -}}
- '{{ . }}'
{{- end -}}
{{- range splitList " " .Params.kanikoArgsList}}
- {{ . | indent 8 }}
{{- end}}
- --dockerfile=$(params.dockerfile)
- --context=$(params.context)
- --destination=$(params.imageName):$(params.tag)