File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ To install AAD Pod Identity to your cluster:
134
134
135
135
- *RBAC enabled* AKS cluster
136
136
137
- ```bash
138
- kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
139
- ```
137
+ ```bash
138
+ kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
139
+ ```
140
140
141
141
- *RBAC disabled* AKS cluster
142
142
143
- ```bash
144
- kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
145
- ```
143
+ ```bash
144
+ kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
145
+ ```
146
146
147
147
### Install Helm
148
148
[Helm](https://docs.microsoft.com/azure/aks/kubernetes-helm) is a package manager for
You can’t perform that action at this time.
0 commit comments