Skip to content

Do we need special types for GitOps commits ? #588

Open
@mdufourneaud

Description

@mdufourneaud

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions