diff options
| author | pasha-codefresh <pavel@codefresh.io> | 2024-05-17 22:48:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 22:48:26 +0300 |
| commit | a1eb37c656afc206e236c67bab809145f3296018 (patch) | |
| tree | f8baa5cf67cb38b0003625130d0bd6a776430561 /docs | |
| parent | de42080a906e0c2640b0070552c68d59753b77a8 (diff) | |
| parent | ce297691ec2c6c9f4011d9539fbb1cee926d162d (diff) | |
Merge pull request #677 from 4TT1L4/patch-1
Update images.md
Diffstat (limited to 'docs')
| -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 dc49298..ba26b9f 100644 --- a/docs/configuration/images.md +++ b/docs/configuration/images.md @@ -102,7 +102,7 @@ The alias you assign to any image will be reused as a key in the annotations used to define further options, so a little care should be taken when defining such a name. It's generally advised to use only alpha-numerical characters. The character `/` (forward-slash) can be used in the name, but must be referenced -as `_` (underscore) in the annotation. This is a limit of Kubernetes. So for +as `_` (underscore) in the annotation. This is a limitation of Kubernetes. So for example, if you assign the alias `argoproj/argocd` to your image, the appropriate key in the annotation would be referenced as `argoproj_argocd`. |
