Skip to content

Commit e4252d8

Browse files
authored
Merge pull request #1210 from aufarg/add-namespace-to-table
charts: Add namespace parameter to parameters table
2 parents 498f065 + 703cfd5 commit e4252d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/flagger/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ The following tables lists the configurable parameters of the Flagger chart and
177177
| `podDisruptionBudget.minAvailable` | The minimal number of available replicas that will be set in the PodDisruptionBudget | `1` |
178178
| `podDisruptionBudget.minAvailable` | The minimal number of available replicas that will be set in the PodDisruptionBudget | `1` |
179179
| `noCrossNamespaceRefs` | If `true`, cross namespace references to custom resources will be disabled | `false` |
180+
| `namespace` | When specified, Flagger will restrict itself to watching Canary objects from that namespace | `""` |
180181

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

0 commit comments

Comments
 (0)