This commit is contained in:
병준 박 2025-04-14 22:38:42 +00:00
parent b6ad12e9c0
commit 717a2c8773

View File

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