-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codified updates to git #56
Comments
We'll want to be careful document the best practice and not necessarily pick a winning tool with it. |
Agree with @todaywasawesome. The scope of this WG is concerned with patterns, definitions, criteria, and practices. Tools should work to implement these, not the other way around. @alanjcastonguay that said, this is a commonly requested process for GitOps, and I'd love to see tool-agnostic use cases and patterns for this more fleshed out in a working doc. |
@ellieayla Revisting this – now that we're farther along with OpenGitOps, this could be a good "blueprint" for OpenGitOps Also perhaps could make a good Flux doc or blog post – if you're interested in that side of things too, please ping me or others in the CNCF |
Many people are looking for GitOps to replace some imperative existing model, like a CI job running
kubectl set image ...
. This often results in people independently authoring janky shell scripts that end up needing to...FluxCD v1 implemented a stack of code for detecting & bumping image versions, but never dealt with the generalized case directed by some other tooling. Other bits in the GitOps toolkit may. An opinionated way to implement a common flow should be documented. And ideally not require the end-administrator to reimplement common logic themselves.
The text was updated successfully, but these errors were encountered: