diff options
| author | Yuki Nakamura <yuki.nakamura@mapbox.com> | 2023-07-09 04:22:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-08 15:22:06 -0400 |
| commit | 3d5868d8472995a1635b2f55b6a34bb1ec803910 (patch) | |
| tree | c6aabc3778e8f8a22a75838c3551d69d02a4c630 /docs/install/reference.md | |
| parent | 61af5260d10acf8da024959f03f4265458d5cd9c (diff) | |
docs: Fixed typo (#589)
Diffstat (limited to 'docs/install/reference.md')
| -rw-r--r-- | docs/install/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/reference.md b/docs/install/reference.md index bfd0b42..9229ecc 100644 --- a/docs/install/reference.md +++ b/docs/install/reference.md @@ -123,7 +123,7 @@ Only process applications that have a valid annotation and match the given syntax of `key=value`. For e.g, `custom.label/name=xyz` would be a valid label that can be supplied through this parameter. Any applications carrying this exact label will be considered as candidates for image updates. This parameter -currently does not support patten matching on label values (e.g `customer.label/name=*-staging`) +currently does not support pattern matching on label values (e.g `customer.label/name=*-staging`) and only accepts a single label to match applications against. **--max-concurrency *number* ** |
