diff options
| author | Roberto Rivera <robertoriv@users.noreply.github.com> | 2021-08-20 11:23:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 18:23:54 +0200 |
| commit | 81d551b3a41f765b705df7efec40f734409e116b (patch) | |
| tree | 7b3475786c05437fd2368533bb9317f68d8c6ef0 /docs | |
| parent | ae22d0e4dcaf9e9565d6d4b80486ac0728ad0dec (diff) | |
docs: kustomize.image_name -> kustomize.image-name (#241)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/images.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/images.md b/docs/configuration/images.md index 64fc350..af08962 100644 --- a/docs/configuration/images.md +++ b/docs/configuration/images.md @@ -253,7 +253,7 @@ To provide the original image name, you need to set the `kustomize.image-name` annotation to the original image's name, like follows: ```yaml -argocd-image-updater.argoproj.io/<image_alias>.kustomize.image_name: <original_image_name> +argocd-image-updater.argoproj.io/<image_alias>.kustomize.image-name: <original_image_name> ``` Let's take Argo CD's Kustomize base as an example: The original image used by @@ -263,7 +263,7 @@ could override the image specification in Kustomize as follows: ```yaml argocd-image-updater.argoproj.io/image-list: argocd=ghcr.io/argoproj/argocd -argocd-image-updater.argoproj.io/argocd.kustomize.image_name: quay.io/argoproj/argocd +argocd-image-updater.argoproj.io/argocd.kustomize.image-name: quay.io/argoproj/argocd ``` Under the hood, this would be similar to the following kustomize command: |
