Skip to content

Commit 7edf2ec

Browse files
chengfangdkarpele
authored andcommitted
chore(docs): fix bold formatting in command flags in reference.md (argoproj-labs#1114)
Signed-off-by: Cheng Fang <cfang@redhat.com>
1 parent 7ec9820 commit 7edf2ec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/install/reference.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Runs the Argo CD Image Updater, possibly in an endless loop.
2626

2727
### Flags
2828

29-
**--argocd-auth-token *token* **
29+
**--argocd-auth-token *token***
3030

3131
Use *token* for authenticating to the Argo CD API. This token must be a base64
3232
encoded JWT, as generated by Argo CD.
@@ -57,7 +57,7 @@ TLS.
5757

5858
Can also be set using the *ARGOCD_PLAINTEXT* environment variable.
5959

60-
**--argocd-server-addr *server address* **
60+
**--argocd-server-addr *server address***
6161

6262
Connect to the Argo CD API server at *server address*. *server address* must
6363
be a valid IP address or DNS host name, optionally with a port specification
@@ -79,13 +79,13 @@ for images can only be specified from an environment variable.
7979
If this flag is set, Argo CD Image Updater won't actually perform any changes
8080
to workloads it found in need for upgrade.
8181

82-
**--health-port *port* **
82+
**--health-port *port***
8383

8484
Specifies the local port to bind the health server to. The health server is
8585
used to provide health and readiness probes when running as K8s workload.
8686
Use value *0* for *port* to disable launching the health server.
8787

88-
**--interval *duration* **
88+
**--interval *duration***
8989

9090
Sets the interval for checking whether there are new images available to
9191
*duration*. *duration* must be given as a valid duration identifier with
@@ -103,40 +103,40 @@ The order of precedence for determining the update interval is as follows:
103103
2. **`IMAGE_UPDATER_INTERVAL` environment variable:** If the `--interval` flag is not set, the value of the `IMAGE_UPDATER_INTERVAL` environment variable will be used.
104104
3. **Default value:** If neither the `--interval` flag nor the `IMAGE_UPDATER_INTERVAL` environment variable is set, the default value will be used.
105105

106-
**--kubeconfig *path* **
106+
**--kubeconfig *path***
107107

108108
Specify the Kubernetes client config file to use when running outside a
109109
Kubernetes cluster, i.e. `~/.kube/config`. When specified, Argo CD Image
110110
Updater will use the currently active context in the configuration to connect
111111
to the Kubernetes cluster.
112112

113-
**--loglevel *level* **
113+
**--loglevel *level***
114114

115115
Set the log level to *level*, where *level* can be one of `trace`, `debug`,
116116
`info`, `warn` or `error`.
117117

118118
Can also be set using the *IMAGE_UPDATER_LOGLEVEL* environment variable.
119119

120-
**--match-application-name *pattern* **
120+
**--match-application-name *pattern***
121121

122122
Only process applications that have a valid annotation and matches the given
123123
*pattern*. The *pattern* is a simple glob pattern and supports file system
124124
style wildcards, i.e. `*-staging` would match any application name with a
125125
suffix of `-staging`. Can be specified multiple times to define more than
126126
one pattern, from which at least one has to match.
127127

128-
**--match-application-label *selector* **
128+
**--match-application-label *selector***
129129

130130
Only process applications that have a valid annotation and match the given
131-
*label* selector. The *selector* is a string that matches the standard kubernetes label
132-
[label selector syntax][]. For e.g, `custom.label/name=xyz` would be a valid label
131+
*label* selector. The *selector* is a string that matches the standard kubernetes
132+
[label selector syntax][]. For e.g., `custom.label/name=xyz` would be a valid label
133133
that can be supplied through this parameter. Any applications carrying this
134134
exact label will be considered as candidates for image updates. This parameter
135135
currently does not support pattern matching on label values (e.g `customer.label/name=*-staging`).
136136
You can specify equality, inequality, or set based requirements or a combination.
137137
For e.g., `app,app!=foo,custom.label/name=xyz,customer in (a,b,c)`
138138

139-
**--max-concurrency *number* **
139+
**--max-concurrency *number***
140140

141141
Process a maximum of *number* applications concurrently. To disable concurrent
142142
application processing, specify a number of `1`.
@@ -146,7 +146,7 @@ application processing, specify a number of `1`.
146146
A shortcut for specifying `--interval 0 --health-port 0`. If given,
147147
Argo CD Image Updater will exit after the first update cycle.
148148

149-
**--registries-conf-path *path* **
149+
**--registries-conf-path *path***
150150

151151
Load the registry configuration from file at *path*. Defaults to the path
152152
`/app/config/registries.conf`. If no configuration should be loaded, and the

0 commit comments

Comments
 (0)