feat(argocd-image-updater): added default values for sign off and signing key

Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
This commit is contained in:
Dustin Lactin 2024-05-13 14:08:53 -06:00
parent 2e22efe7e1
commit 41c6b6437f
No known key found for this signature in database
GPG key ID: 236126B17DE46989

View file

@ -130,6 +130,12 @@ config:
# -- E-Mail address to use for Git commits
gitCommitMail: ""
# -- Path to public SSH key mounted in container, or GPG key ID used to sign commits
gitCommitSigningKey: ""
# -- Enables sign off on commits
gitCommitSignOff: false
# -- Changing the Git commit message
gitCommitTemplate: ""