Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
fix rbac.create=false
Browse files Browse the repository at this point in the history
  • Loading branch information
jldec committed Feb 21, 2018
1 parent 029cfaf commit e3a5327
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Getting-Started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ For an install with default configuration and no RBAC enabled use:

[source, bash]
----
helm install riffrepo/riff --version 0.0.4 --name demo --set create.rbac=false
helm install riffrepo/riff --version 0.0.4 --name demo --set rbac.create=false
----

[NOTE]
====
For a cluster that has RBAC enabled use (`create.rbac` is `true` by default):
For a cluster that has RBAC enabled, use the following (since `rbac.create` is `true` by default):
[source, bash]
----
Expand All @@ -120,12 +120,12 @@ For `NodePort` service types (e.g. running on Minikube) configure the httpGatewa

[source, bash]
----
helm install riffrepo/riff --version 0.0.4 --name demo --set create.rbac=false --set httpGateway.service.type=NodePort
helm install riffrepo/riff --version 0.0.4 --name demo --set rbac.create=false --set httpGateway.service.type=NodePort
----

[NOTE]
====
For a cluster that has RBAC enabled use (`create.rbac` is `true` by default):
For a cluster that has RBAC enabled, use the following (since `rbac.create` is `true` by default):
[source, bash]
----
Expand Down

0 comments on commit e3a5327

Please sign in to comment.