diff --git a/docs/user-guides/deploying.md b/docs/user-guides/deploying.md index b032fe9a3..6fa0cbe90 100644 --- a/docs/user-guides/deploying.md +++ b/docs/user-guides/deploying.md @@ -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.