I'm building a GitOps operator for Kubernetes focused on simplicity. It is functional and you can check the project on GitHub: https://github.com/caldito/soup
This looks really interesting, thank for open sourcing and sharing it!
Are there any plans or interest in adding helm/ksonnet support? It would be really nice having the ability to define different values files based on the branch same way you deal with the namespace selection.
I’m currently using flux for my personal clusters but I’m not a fan of their v2 as it gets a bit complicated for most my usecases and soup seems like a good fit so I’d love to give it a shot. Nice opportunity to look into ssa as wel.