Skip to content
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

Do we need special types for GitOps commits ? #588

Open
mdufourneaud opened this issue May 27, 2024 · 0 comments
Open

Do we need special types for GitOps commits ? #588

mdufourneaud opened this issue May 27, 2024 · 0 comments

Comments

@mdufourneaud
Copy link

mdufourneaud commented May 27, 2024

In the GitOps context, the commits are also used to declare the state resources, and I am wondering if there is a mapping between the "standard" commit types and the GitOps operations, or if we need to add new types dedicated to GitOps.
In the 2nd case, here are the GitOps types I propose:

  • create: a commit of the type create create new resources
  • update: a commit of the type update update existing resources
    • upgrade: a commit of the type upgrade, a special update, upgrade existing resources
  • delete: a commit of the type delete delete existing resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant