summaryrefslogtreecommitdiff
path: root/docs/install
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-11 22:56:59 +0200
committerGitHub <noreply@github.com>2020-08-11 22:56:59 +0200
commit57e85cad06a628fee331eba63034daac58d4276b (patch)
tree23e0d87410feb466580bc2c37235c0d5e3c2d246 /docs/install
parent92bab103aa889599f84791983704bb5896ba4fe9 (diff)
chore: Fix typos (#40)
Diffstat (limited to 'docs/install')
-rw-r--r--docs/install/start.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/start.md b/docs/install/start.md
index 8a9cca9..4379615 100644
--- a/docs/install/start.md
+++ b/docs/install/start.md
@@ -89,7 +89,7 @@ kubectl create ns argocd-image-updater
kubectl apply -n argocd-image-updater -f manifests/install.yaml
```
-!!!note "A word on high availabilty"
+!!!note "A word on high availability"
It is not advised to run multiple replicas of the same Argo CD Image Updater
instance. Just leave the number of replicas at 1, otherwise weird side
effects could occur.
@@ -167,7 +167,7 @@ export ARGOCD_TOKEN=<yourtoken>
```
Note: The `--once` flag disables the health server and the check interval, so
-the tool will not regulary check for updates but exit after the first run.
+the tool will not regularly check for updates but exit after the first run.
Check `argocd-image-updater --help` for a list of valid command line flags, or
consult the appropriate section of the documentation.