From a23e9b3f9867e1934724e102e43def0ec9eea0e7 Mon Sep 17 00:00:00 2001 From: David Tuite Date: Thu, 16 Jul 2020 12:10:01 +0100 Subject: [PATCH] Add new helm vars to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e5dce7..aa7b1b5 100644 --- a/README.md +++ b/README.md @@ -162,5 +162,7 @@ This will produce the following effect: | `imagePullSecrets` | | `[]` | Image pull secrets | | `nameOverride` | | `""` | Name override | | `fullnameOverride` | | `""` | Full name override | +| `rbac.create` | | `true` | Set to false if you would prefer to bring your own RBAC settings. | +| `clusterRole.create` | | `true` | Set to false to use non-cluster role bindings. Can be used in conjunction with `namespaceToWatch` to ensure that KubeWise only reports on changes in a single namespace. |