diff options
| -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 |
