Skip to content

Commit a221f62

Browse files
authored
Merge pull request #50245 from taoyama/patch-9
minor indent fix
2 parents ab6f4b8 + b881ebc commit a221f62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ To install AAD Pod Identity to your cluster:
134134
135135
- *RBAC enabled* AKS cluster
136136
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+
```
140140
141141
- *RBAC disabled* AKS cluster
142142
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+
```
146146
147147
### Install Helm
148148
[Helm](https://docs.microsoft.com/azure/aks/kubernetes-helm) is a package manager for

0 commit comments

Comments
 (0)