Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz committed Jul 31, 2024
1 parent 6b83090 commit ba45d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/installation/managed-kubernetes/azure-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<mto-admins-id>`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\,<mto-admins-id>
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\,<mto-admins-id>'
```

Wait for the pods to come to a running state:
Expand Down

0 comments on commit ba45d17

Please sign in to comment.