From b8c23967b7a41003ec1c86407f396a4bf02b7b4a Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:13:45 -0400 Subject: [PATCH] insert comma in FAQ selectors explanation Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index 58f6a56a..bb0d7682 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -220,7 +220,7 @@ spec: app: podinfo ``` -Besides `app` Flagger supports `name` and `app.kubernetes.io/name` selectors. +Besides `app`, Flagger supports `name` and `app.kubernetes.io/name` selectors. If you use a different convention you can specify your label with the `-selector-labels` flag. #### Is pod affinity and anti affinity supported?