This commit is contained in:
병준 박 2025-04-15 00:08:41 +00:00
parent a5e9fbb702
commit 745316ee00

View File

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