From 365fa1d664d7ccf757df8d13d6d614bdc1e911bc Mon Sep 17 00:00:00 2001 From: Louis Halbritter Date: Mon, 11 Dec 2023 18:25:37 +0100 Subject: [PATCH] chore: update Helm default values and README Signed-off-by: Louis Halbritter --- charts/flagger/README.md | 1 + charts/flagger/values.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/charts/flagger/README.md b/charts/flagger/README.md index 1528121b3..de1a99eb8 100644 --- a/charts/flagger/README.md +++ b/charts/flagger/README.md @@ -185,6 +185,7 @@ The following tables lists the configurable parameters of the Flagger chart and | `podDisruptionBudget.minAvailable` | The minimal number of available replicas that will be set in the PodDisruptionBudget | `1` | | `noCrossNamespaceRefs` | If `true`, cross namespace references to custom resources will be disabled | `false` | | `namespace` | When specified, Flagger will restrict itself to watching Canary objects from that namespace | `""` | +| `maxConcurrentCanaries ` | Limits how many canaries can process in parallel. No limit if "0" | `0` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade`. For example, diff --git a/charts/flagger/values.yaml b/charts/flagger/values.yaml index b9fbeaedc..ae3c58880 100644 --- a/charts/flagger/values.yaml +++ b/charts/flagger/values.yaml @@ -198,6 +198,8 @@ podLabels: {} noCrossNamespaceRefs: false +maxConcurrentCanaries: 0 + #Placeholder to supply additional volumes to the flagger pod additionalVolumes: {} # - name: tmpfs