From 070c74254793d28a359aacf8be557c002323c031 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Wed, 25 Nov 2020 01:22:31 +0100 Subject: [PATCH] Fix typo in helm values documentation Co-authored-by: Akshay Gupta --- docs/helm-values-documenation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helm-values-documenation.md b/docs/helm-values-documenation.md index f6acdd2db..7560d6963 100644 --- a/docs/helm-values-documenation.md +++ b/docs/helm-values-documenation.md @@ -14,7 +14,7 @@ | `appgw.shared` | false | This boolean flag should be defaulted to `false`. Set to `true` should you need a [Shared App Gateway](setup/install-existing.md#multi-cluster--shared-app-gateway). | | `appgw.subResourceNamePrefix` | No prefix if empty | Prefix that should be used in the naming of the Application Gateway's sub-resources| | `kubernetes.watchNamespace` | Watches all if empty | Specify the name space, which AGIC should watch. This could be a single string value, or a comma-separated list of namespaces. | -| `kubernetes.rbac` | false | Specify true if kubernetes cluster is rbac enabled | +| `rbac.enabled` | false | Specify true if kubernetes cluster is rbac enabled | | `armAuth.type` | | could be `aadPodIdentity` or `servicePrincipal` | | `armAuth.identityResourceID` | | Resource ID of the Azure Managed Identity | | `armAuth.identityClientId` | | The Client ID of the Identity. See below for more information on Identity |