Skip to content

Commit b881ebc

Browse files
authored
minor indent fix
1 parent e908daa commit b881ebc

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)