From ba45d17e94cda4e977d81cdf99f0c3b86b4021f0 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Wed, 31 Jul 2024 11:04:21 +0500 Subject: [PATCH] misc fixes --- content/installation/managed-kubernetes/azure-aks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/installation/managed-kubernetes/azure-aks.md b/content/installation/managed-kubernetes/azure-aks.md index 77e499ae..46a1d961 100644 --- a/content/installation/managed-kubernetes/azure-aks.md +++ b/content/installation/managed-kubernetes/azure-aks.md @@ -223,7 +223,7 @@ Helm will be used to install MTO as it is the only available way of installing i Use helm install command to install MTO helm chart. Here, `bypassedGroups` has to be set as `system:masters` as it is used by masterclient of AKS and ``as it is used by test-admin-user: ```terminal -helm install tenant-operator oci://ghcr.io/stakater/public/charts/multi-tenant-operator --version 0.12.62 --namespace multi-tenant-operator --create-namespace --set bypassedGroups='system:masters\, +helm install tenant-operator oci://ghcr.io/stakater/public/charts/multi-tenant-operator --version 0.12.62 --namespace multi-tenant-operator --create-namespace --set bypassedGroups='system:masters\,' ``` Wait for the pods to come to a running state: