From 3d5868d8472995a1635b2f55b6a34bb1ec803910 Mon Sep 17 00:00:00 2001 From: Yuki Nakamura Date: Sun, 9 Jul 2023 04:22:06 +0900 Subject: docs: Fixed typo (#589) --- docs/basics/authentication.md | 4 ++-- docs/basics/update-methods.md | 4 ++-- docs/basics/update.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/basics') 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. ## 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 ### 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 -- cgit v1.2.3