Skip to content

Commit 7e2f128

Browse files
docs: clarify selector labels behavior
1 parent 27daa2c commit 7e2f128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/gitbook/usage/how-it-works.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ In addition to `app`, Flagger supports `name` and `app.kubernetes.io/name` selec
109109
If you use a different convention you can specify your label with the `-selector-labels=my-app-label`
110110
command flag in the Flagger deployment manifest under containers args
111111
or by setting `--set selectorLabels=my-app-label` when installing Flagger with Helm.
112+
Flagger will only use the first matching label it finds from the selector labels.
112113

113114
If the target deployment uses secrets and/or configmaps,
114115
Flagger will create a copy of each object using the `-primary` suffix

0 commit comments

Comments
 (0)