summaryrefslogtreecommitdiff
path: root/docs/basics
diff options
context:
space:
mode:
authorYuki Nakamura <yuki.nakamura@mapbox.com>2023-07-09 04:22:06 +0900
committerGitHub <noreply@github.com>2023-07-08 15:22:06 -0400
commit3d5868d8472995a1635b2f55b6a34bb1ec803910 (patch)
treec6aabc3778e8f8a22a75838c3551d69d02a4c630 /docs/basics
parent61af5260d10acf8da024959f03f4265458d5cd9c (diff)
docs: Fixed typo (#589)
Diffstat (limited to 'docs/basics')
-rw-r--r--docs/basics/authentication.md4
-rw-r--r--docs/basics/update-methods.md4
-rw-r--r--docs/basics/update.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/basics/authentication.md b/docs/basics/authentication.md
index f74b209..e23c738 100644
--- a/docs/basics/authentication.md
+++ b/docs/basics/authentication.md
@@ -1,7 +1,7 @@
# Authentication in Argo CD Image Updater
There are several scenarios where Argo CD Image Updater needs to authenticate
-to external systems in order to fulfil its duties.
+to external systems in order to fulfill its duties.
## <a name="auth-kubernetes"></a>Authentication to Kubernetes
@@ -207,7 +207,7 @@ echo "someuser:s0mep4ssw0rd"
When executing on Kubernetes, the script to be executed must exist in the
Image Updater container's file system. You can either mount the script from
-a config map, or use an init container to copy it. Make sure that the script
+a configmap, or use an init container to copy it. Make sure that the script
is executable.
For example, if above script would exist at `/usr/local/bin/creds.sh`, it
diff --git a/docs/basics/update-methods.md b/docs/basics/update-methods.md
index 2a368ea..1707196 100644
--- a/docs/basics/update-methods.md
+++ b/docs/basics/update-methods.md
@@ -3,7 +3,7 @@
## Overview
Argo CD Image Updater supports several methods to propagate new versions of the
-images to Argo CD. These methods are also refered to as *write back methods*.
+images to Argo CD. These methods are also referred to as *write back methods*.
Currently, the following methods are supported:
@@ -162,7 +162,7 @@ argocd-image-updater.argoproj.io/git-branch: main
### <a name="method-git-base-commit-branch"></a>Specifying a separate base and commit branch
-By default, Argo CD Imager Updater will checkout, commit, and push back to the
+By default, Argo CD Image Updater will checkout, commit, and push back to the
same branch specified above. There are many scenarios where this is not
desired or possible, such as when the default branch is protected. You can
add a separate write-branch by modifying `argocd-image-updater.argoproj.io/git-branch`
diff --git a/docs/basics/update.md b/docs/basics/update.md
index 9e23f4a..623debb 100644
--- a/docs/basics/update.md
+++ b/docs/basics/update.md
@@ -18,7 +18,7 @@ The workflow of Argo CD Image Updater can be described as follows:
annotation holds a list of image names that should be updated, and is a
mandatory annotation for Argo CD Image Updater to indicate it should
process this `Application`. Read more about the syntax expected in this
- annotations's value in the [marking images for update](#TODO)
+ annotation's value in the [marking images for update](#TODO)
section in this doc.
* For each image found in the list, Argo CD Image Updater will first check