charts: Add namespace parameter to parameters table

Signed-off-by: Aufar Gilbran <aufargilbran@gmail.com>
This commit is contained in:
Aufar Gilbran
2022-06-10 15:15:25 +05:30
committed by Sanskar Jaiswal
parent 165c953239
commit 703cfd50b2
+1
View File
@@ -177,6 +177,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` |
| `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 | `""` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade`. For example,