summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPark Junwoo <park.zoonoo@gmail.com>2022-01-19 17:30:27 +0900
committerGitHub <noreply@github.com>2022-01-19 09:30:27 +0100
commita163f39697869a459a2e2eed83f4d9ac664d2251 (patch)
treed55f2d430efd64f93d8e5acc67c4632456903f63 /docs
parentd16e3e6e986b59ab6ee5e6be5b17193b0643b1e8 (diff)
docs: Fix inconsistency in the documentation on git write-back credentials (#356)
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/applications.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/applications.md b/docs/configuration/applications.md
index 910658c..6a05d8f 100644
--- a/docs/configuration/applications.md
+++ b/docs/configuration/applications.md
@@ -136,7 +136,7 @@ this is the workflow how Argo CD Image Updater performs change to Git:
The important pieces to this workflow are:
-* Credentials configured in Argo CD will not be re-used, you have to supply a
+* Credentials configured in Argo CD will be re-used, unless you override with a
dedicated set of credentials
* Write-back is a commit to the tracking branch of the Application.