Skip to content

Commit

Permalink
Merge pull request #1210 from aufarg/add-namespace-to-table
Browse files Browse the repository at this point in the history
charts: Add namespace parameter to parameters table
  • Loading branch information
aryan9600 authored Jun 10, 2022
2 parents 498f065 + 703cfd5 commit e4252d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/flagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit e4252d8

Please sign in to comment.