flux v2.9.5
ImageUpdateAutomation.spec.git.commit
Commit specifies how to commit to the git repository.
| Field / Type | Description |
|---|---|
Author gives the email and optionally the name to use as the author of commits. | |
messageTemplate | MessageTemplate provides a template for the commit message, into which will be interpolated the details of the change made. Note: The `Updated` template field has been removed. Use `Changed` instead. |
MessageTemplateValues provides additional values to be available to the templating rendering. | |
SigningKey provides the option to sign commits with an OpenPGP or SSH signing key, referenced from a Secret. See SigningKey. |