Skip to content

Commit

Permalink
Update reference.md to fix argument name (#1005)
Browse files Browse the repository at this point in the history
Signed-off-by: LGov <[email protected]>
  • Loading branch information
lgov authored Jan 10, 2025
1 parent 21f24d8 commit 1e60690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ application processing, specify a number of `1`.

**--once**

A shortcut for specifying `--check-interval 0 --health-port 0`. If given,
A shortcut for specifying `--interval 0 --health-port 0`. If given,
Argo CD Image Updater will exit after the first update cycle.

**--registries-conf-path *path* **
Expand All @@ -144,4 +144,4 @@ Load the registry configuration from file at *path*. Defaults to the path
default configuration should be used instead, specify the empty string, i.e.
`--registries-conf-path=""`.

[label selector syntax]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
[label selector syntax]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

0 comments on commit 1e60690

Please sign in to comment.