File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ The following tables lists the configurable parameters of the Flagger chart and
185
185
| ` podDisruptionBudget.minAvailable ` | The minimal number of available replicas that will be set in the PodDisruptionBudget | ` 1 ` |
186
186
| ` noCrossNamespaceRefs ` | If ` true ` , cross namespace references to custom resources will be disabled | ` false ` |
187
187
| ` namespace ` | When specified, Flagger will restrict itself to watching Canary objects from that namespace | ` "" ` |
188
+ | ` maxConcurrentCanaries ` | Limits how many canaries can process in parallel. No limit if "0" | ` 0 ` |
188
189
189
190
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade ` . For example,
190
191
Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ podLabels: {}
198
198
199
199
noCrossNamespaceRefs : false
200
200
201
+ maxConcurrentCanaries : 0
202
+
201
203
# Placeholder to supply additional volumes to the flagger pod
202
204
additionalVolumes : {}
203
205
# - name: tmpfs
You can’t perform that action at this time.
0 commit comments