diff options
| author | LGov <lgo@apache.org> | 2025-01-10 16:23:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 10:23:51 -0500 |
| commit | 1e60690f07c90e8d23f65701c3a1899f6caa0528 (patch) | |
| tree | b7e9b307fb1ccb3d5715f7112a0c0a6ce1beb3bb /docs/install | |
| parent | 21f24d8180ef6a84efa771b8719c418ee94c98c3 (diff) | |
Update reference.md to fix argument name (#1005)
Signed-off-by: LGov <lgo@apache.org>
Diffstat (limited to 'docs/install')
| -rw-r--r-- | docs/install/reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/reference.md b/docs/install/reference.md index 77d7758..82952c3 100644 --- a/docs/install/reference.md +++ b/docs/install/reference.md @@ -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* ** @@ -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
\ No newline at end of file +[label selector syntax]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors |
