diff options
| author | jannfis <jann@mistrust.net> | 2020-08-12 18:26:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 18:26:26 +0200 |
| commit | bb2deb125bcf0c8de73561b3ff06e4661847e26f (patch) | |
| tree | 4096b08119c6872a27110bb8ee029321de9e557c /docs/configuration | |
| parent | 526e78703986c5ee990ecbc039543aa8dcd32268 (diff) | |
refactor: Move update logic to argocd package and provide more tests (#45)
* refactor: Move update logic to argocd package and provide more tests
* Fix typos
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/images.md b/docs/configuration/images.md index 7cdda49..e869494 100644 --- a/docs/configuration/images.md +++ b/docs/configuration/images.md @@ -64,7 +64,7 @@ annotation, for example the following would assign the alias `myalias` to the image `some/image`: ```yaml -argocd-image-updater.argproj.io/image-list: myalias=some/image +argocd-image-updater.argoproj.io/image-list: myalias=some/image ``` Assigning an alias name to an image is necessary in these scenarios: |
