Open
Description
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 typecreate
create new resourcesupdate:
a commit of the typeupdate
update existing resourcesupgrade:
a commit of the typeupgrade
, a special update, upgrade existing resources
delete:
a commit of the typedelete
delete existing resources
Metadata
Metadata
Assignees
Labels
No labels