Nikolay Denev
Nikolay Denev
I see the `kustomize-build` step is actually executing `git`. I've tried setting up a `/home/nonroot/.gitconfig` file directly on the controller pod to see if I can redirect the git repo...
I've mentioned earlier our a little bit more elaborate setup to workaround this limitation for now. Here is what we did: This kustomization is applied to the kargo controller manifests:...
> This has been discussed before, and rather than a feature to create alias for an alias, we want users to be able to more prominently see what is running...
> Apologies... the confusion here is probably my fault, as when this was raised in an internal meeting yesterday, I latched onto the word "alias" and the discussion went from...
> In addition to what is being done in this PR, which is excellent, I wonder if this would be a good time to handle the `// TODO` about making...
> > Are you referring to the rate limit (currently 20 per registry) or the number of goroutines allowed to work on pulling down metadata concurrently (currently capped at 1,000,...
I was thinking of opening a similar issue, but I saw this exists so I'll just post a comment here. I actually was thinking of having not a per stage...
I'm in the same situation, we use custom binary plugins and trying to use Kargo on manifests that use them gives `external plugins disabled; unable to load external plugin` errors....