This commit is contained in:
병준 박 2025-04-15 00:02:19 +00:00
parent 51a256c111
commit 0914bc5ac2

View File

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