Skip to content

Commit 86fe1cb

Browse files
committed
docs: add information about corresponding environment variable to a flag if it was missing
Signed-off-by: Christopher Coco <[email protected]>
1 parent 974be91 commit 86fe1cb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/install/reference.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Specifies the Kubernetes namespace in which Argo CD Image Updater will manage Ar
3434

3535
API kind that is used to manage Argo CD applications ('kubernetes' or 'argocd') (default "kubernetes")
3636

37+
Can also be set using the *APPLICATIONS_API* environment variable.
38+
3739
**--argocd-auth-token *token* **
3840

3941
Use *token* for authenticating to the Argo CD API. This token must be a base64
@@ -83,6 +85,8 @@ Can also be set using the *ARGOCD_SERVER* environment variable.
8385

8486
Disable kubernetes events
8587

88+
Can also be set with the *IMAGE_UPDATER_KUBE_EVENTS* environment variable.
89+
8690
**--disable-kubernetes**
8791

8892
If running locally, and you do not have a working connection to any Kubernetes
@@ -99,6 +103,8 @@ to workloads it found in need for upgrade.
99103

100104
E-Mail address to use for Git commits (default "[email protected]")
101105

106+
Can also be set using the *GIT_COMMIT_EMAIL* environment variable.
107+
102108
**--git-commit-message-path *path* **
103109

104110
Path to a template to use for Git commit messages (default "/app/config/commit.template")
@@ -107,14 +113,24 @@ Path to a template to use for Git commit messages (default "/app/config/commit.t
107113

108114
Whether to sign-off git commits
109115

116+
**--git-commit-signing-key *key* **
117+
118+
GnuPG key ID or path to Private SSH Key used to sign the commits
119+
120+
Can also be set using the *GIT_COMMIT_SIGNING_KEY* environment variable.
121+
110122
**--git-commit-signing-method *method* **
111123

112124
Method used to sign Git commits ('openpgp' or 'ssh') (default "openpgp")
113125

126+
Can also be set using the *GIT_COMMIT_SIGNING_METHOD* environment variable.
127+
114128
**--git-commit-user *user* **
115129

116130
Username to use for Git commits (default "argocd-image-updater")
117131

132+
Can also be set using the *GIT_COMMIT_USER* environment variable.
133+
118134
**--health-port *port* **
119135

120136
Specifies the local port to bind the health server to. The health server is

0 commit comments

Comments
 (0)