Skip to content

Commit

Permalink
Fix typo in helm values documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Akshay Gupta <aksgupta@microsoft.com>
  • Loading branch information
Jorge Turrado Ferrero and akshaysngupta committed Nov 25, 2020
1 parent 05f4ed1 commit 070c742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helm-values-documenation.md
Expand Up @@ -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 |
Expand Down

0 comments on commit 070c742

Please sign in to comment.