We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d93c7a commit edec364Copy full SHA for edec364
docs/configuration/images.md
@@ -102,7 +102,7 @@ The alias you assign to any image will be reused as a key in the annotations
102
used to define further options, so a little care should be taken when defining
103
such a name. It's generally advised to use only alpha-numerical characters. The
104
character `/` (forward-slash) can be used in the name, but must be referenced
105
-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
106
example, if you assign the alias `argoproj/argocd` to your image, the
107
appropriate key in the annotation would be referenced as `argoproj_argocd`.
108
0 commit comments