flux v2.0.1
ImageUpdateAutomation.spec.git
GitSpec contains all the git-specific definitions. This is technically optional, but in practice mandatory until there are other kinds of source allowed.
| Field / Type | Description |
|---|---|
Checkout gives the parameters for cloning the git repository, ready to make changes. If not present, the `spec.ref` field from the referenced `GitRepository` or its default will be used. | |
Commit specifies how to commit to the git repository. | |
Push specifies how and where to push commits made by the automation. If missing, commits are pushed (back) to `.spec.checkout.branch` or its default. |