From 3d5868d8472995a1635b2f55b6a34bb1ec803910 Mon Sep 17 00:00:00 2001 From: Yuki Nakamura Date: Sun, 9 Jul 2023 04:22:06 +0900 Subject: docs: Fixed typo (#589) --- docs/install/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/install/reference.md') 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* ** -- cgit v1.2.3