diff options
| author | 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> | 2024-02-22 16:10:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 16:10:27 +0100 |
| commit | edec3648acf3084bd1e2b17d3770648123752723 (patch) | |
| tree | c6fe1b1cbad268b4034a3d44336566adc3ee84b1 | |
| parent | 7d93c7ab1521e0928764eb8c7bb5b27656b051a2 (diff) | |
Update images.md
Fixed typo
| -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`. |
