This commit is contained in:
병준 박 2025-04-15 00:13:31 +00:00
parent 84934b6442
commit 1b3ffd6d41

View File

@ -89,7 +89,7 @@ spec:
- /kaniko/executor
args: |-
{{- range splitList " " .Params.kanikoArgsList}}
- {{ . }}
- {{ . | }}
{{- end}}
- --dockerfile=$(params.dockerfile)
- --context=$(params.context)