docs: fix property name that disables rbac

This commit is contained in:
Rafal Jeczalik 2018-02-25 09:02:24 +01:00 committed by GitHub
parent 97ce5ca2b3
commit c01dd256eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ $ helm install \
contrib/charts/cert-manager 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 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). 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 ## 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 your `helm install` command. All RBAC related resources will not be created in
this instance. this instance.