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:
parent
2e22efe7e1
commit
41c6b6437f
1 changed files with 6 additions and 0 deletions
|
@ -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: ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue