docs: fix property name that disables rbac
This commit is contained in:
parent
97ce5ca2b3
commit
c01dd256eb
@ -40,7 +40,7 @@ $ helm install \
|
||||
contrib/charts/cert-manager
|
||||
```
|
||||
|
||||
> **NOTE**: if your cluster does not use RBAC (Role Based Access Control), you should add `--set rbac.create=false` when running your `helm install` command.
|
||||
> **NOTE**: if your cluster does not use RBAC (Role Based Access Control), you should add `--set rbac.enabled=false` when running your `helm install` command.
|
||||
|
||||
The default cert-manager configuration is good for the majority of users, but a
|
||||
full list of the available options can be found in the [Helm chart README](https://github.com/jetstack/cert-manager/blob/master/contrib/charts/cert-manager/README.md).
|
||||
@ -51,7 +51,7 @@ issue certificates.
|
||||
|
||||
## Addendum
|
||||
|
||||
* If your cluster does not use RBAC, you should add `--set rbac.create=false` to
|
||||
* If your cluster does not use RBAC, you should add `--set rbac.enabled=false` to
|
||||
your `helm install` command. All RBAC related resources will not be created in
|
||||
this instance.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user