This commit is contained in:
병준 박 2025-04-14 22:35:29 +00:00
parent 6d2edfe8ed
commit d73e9d9db2

View File

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