From 2c470fc2bbc6c3a994129d8e0156c25eb27a7c4b Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 29 Nov 2020 16:37:17 +0000 Subject: [PATCH] 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) --- chart/openfaas/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/openfaas/README.md b/chart/openfaas/README.md index 8423bd981..de57234fa 100644 --- a/chart/openfaas/README.md +++ b/chart/openfaas/README.md @@ -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` |