Skip to content

Commit 2c470fc

Browse files
committed
Clarify intent of clusterRole flag in chart
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) <[email protected]>
1 parent b731fb3 commit 2c470fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/openfaas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Additional OpenFaaS options in `values.yaml`.
401401
| Parameter | Description | Default |
402402
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
403403
| `functionNamespace` | Functions namespace, preferred `openfaas-fn` | `default` |
404-
| `clusterRole` | Set to `true` if you'd like to use multiple namespaces for functions | `false` |
404+
| `clusterRole` | Use a `ClusterRole` for the Operator or faas-netes. Set to `true` for multiple namespace support | `false` |
405405
| `createCRDs` | Create the CRDs for OpenFaaS Functions and Profiles | `true` |
406406
| `basic_auth` | Enable basic authentication on the gateway and Prometheus. Warning: do not disable. | `true` |
407407
| `async` | Enables asynchronous function invocations. If `.nats.external.enabled` is `false`, also deploys NATS Streaming | `true` |

0 commit comments

Comments
 (0)