From c01dd256ebc3813c8f52e6fecd3144feb41c854c Mon Sep 17 00:00:00 2001 From: Rafal Jeczalik Date: Sun, 25 Feb 2018 09:02:24 +0100 Subject: [PATCH] docs: fix property name that disables rbac --- docs/user-guides/deploying.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.