Khris Richardson
Khris Richardson
@mhaley-tignis This PR looks to be more specific to running exec plugins. A patch I reference in https://github.com/fluxcd/kustomize-controller/issues/323#issuecomment-913767721 enables both the KRM config function plugins and the Helm generator. I...
It's also worth mentioning that flux2's kustomize-controller doesn't natively support KRM config functions by way of plugin enablement, nor does it include the helm binary in the container image, and...
@KnVerey does it sound reasonable that this may be a class of problem that becomes more tractable once the plugin composition effort you have proposed lands (e.g. - a HelmValuesMerge...
Hi @jkroepke. I didn't mean to discount your original request. I can see the utility in permitting multiple values files, but the mention of a HelmValuesMerger was meant to be...
I should probably explain this a little differently, after starting to work on a PR of my own. Possibly a better explanation is that due to the nature of how...
Thanks for the feedback, @rtnpro I acknowledge that "relying" on birth order runs contra to one of the key tenets of orchestration platforms, but I also believe there's no harm...
WIP is [here](https://github.com/projectatomic/atomicapp/compare/master...khrisrichardson:networkx) in case anyone has any comments prior to a PR.
Hi @rtnpro Thanks so much for the review, but I think I may have asked for it a little prematurely. I see the problem and it stems from a little...
I see a couple examples outside of kpt: [fluxcd/image-automation-controller](https://github.com/fluxcd/image-automation-controller/blob/6827808a1aa8c31ae0c05366db8e90c011f6ebd2/pkg/update/filter.go#L24) [rancher/fleet](https://github.com/rancher/fleet/blob/0a6cf6cb9278d00e743e79ed1884b19e1bc6ec74/internal/cmd/controller/controllers/image/update/setters.go#L16)