Skip to content

Commit bec06ec

Browse files
chore: update Helm default values and README
Signed-off-by: Louis Halbritter <halbritter@posteo.de>
1 parent cf8e4d3 commit bec06ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/flagger/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ The following tables lists the configurable parameters of the Flagger chart and
185185
| `podDisruptionBudget.minAvailable` | The minimal number of available replicas that will be set in the PodDisruptionBudget | `1` |
186186
| `noCrossNamespaceRefs` | If `true`, cross namespace references to custom resources will be disabled | `false` |
187187
| `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` |
188189

189190
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade`. For example,
190191

charts/flagger/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ podLabels: {}
198198

199199
noCrossNamespaceRefs: false
200200

201+
maxConcurrentCanaries: 0
202+
201203
#Placeholder to supply additional volumes to the flagger pod
202204
additionalVolumes: {}
203205
# - name: tmpfs

0 commit comments

Comments
 (0)