Open mrkschneider opened 1 month ago
Build of argocli
is failing in the pull request, though it succeeds locally on my machine. Can you please give me any advice on how to resolve the issue?
🔥
Build of
argocli
is failing in the pull request
That appears to a new bug on main
from #13343. It's unrelated to your change so you can ignore it, but will need to rebase once that is fixed.
FYI: https://github.com/argoproj/argo-workflows/pull/13730 should fix the build failures
Build of
argocli
is failing in the pull requestThat appears to a new bug on
main
from #13343. It's unrelated to your change so you can ignore it, but will need to rebase once that is fixed.
rebasing on main fixed it, thanks!
Fixes #9746
Motivation
This PR allows to provide credentials for artifact garbage collection via environment variables or mounted volumes.
Modifications
Env
,Volumes
,VolumeMounts
artifact_gc.go
Verification