Skip to content

Commit

Permalink
Clarify intent of clusterRole flag in chart
Browse files Browse the repository at this point in the history
A user was confused about the intent of the ClusterRole flag
in the faas-netes chart. This should resolve any future
ambiguity. Ref: #717

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 29, 2020
1 parent b731fb3 commit 2c470fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/openfaas/README.md
Expand Up @@ -401,7 +401,7 @@ Additional OpenFaaS options in `values.yaml`.
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `functionNamespace` | Functions namespace, preferred `openfaas-fn` | `default` |
| `clusterRole` | Set to `true` if you'd like to use multiple namespaces for functions | `false` |
| `clusterRole` | Use a `ClusterRole` for the Operator or faas-netes. Set to `true` for multiple namespace support | `false` |
| `createCRDs` | Create the CRDs for OpenFaaS Functions and Profiles | `true` |
| `basic_auth` | Enable basic authentication on the gateway and Prometheus. Warning: do not disable. | `true` |
| `async` | Enables asynchronous function invocations. If `.nats.external.enabled` is `false`, also deploys NATS Streaming | `true` |
Expand Down

0 comments on commit 2c470fc

Please sign in to comment.