This commit is contained in:
병준 박 2025-04-14 23:09:05 +00:00
parent d6fb04a932
commit fe45a57347

View File

@ -88,13 +88,11 @@ spec:
command: command:
- /kaniko/executor - /kaniko/executor
args: args:
{{- range splitList " " .Params.kanikoArgs }} - {{ . | trim }}{{- end }}
- --dockerfile=$(params.dockerfile) - --dockerfile=$(params.dockerfile)
- --context=$(params.context) - --context=$(params.context)
- --destination=$(params.imageName):$(params.tag) - --destination=$(params.imageName):$(params.tag)
- --skip-tls-verify - --skip-tls-verify
- --verbosity=info - --verbosity=info
- --reproducible - --reproducible
{{- range splitList " " .Params.kanikoArgs }}
- {{ . | trim }}
{{- end }}