This commit is contained in:
병준 박 2025-04-14 21:12:08 +00:00
parent fa7d8ac709
commit 2d16dd9155

View File

@ -91,6 +91,7 @@ spec:
- --skip-tls-verify - --skip-tls-verify
- --verbosity=info - --verbosity=info
- --reproducible - --reproducible
{{- range splitList " " .Params.kanikoArgs }} {{- $items := splitList " " .Params.kanikoArgs }}
- {{ . }} {{- range $items }}
{{- end }} - {{ . }}
{{- end }}