This commit is contained in:
병준 박 2025-04-14 23:58:31 +00:00
parent f09c4ca777
commit 51a256c111

View File

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