Skip to content

Commit 2ec1d77

Browse files
sblack4akshaysngupta
authored andcommitted
fix: GH markdown causing rendering bug (#595)
1 parent 15d27eb commit 2ec1d77

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/setup/install-new.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@ Get credentials for your newly deployed AKS ([read more](https://docs.microsoft.
9292
9393
To install AAD Pod Identity to your cluster:
9494
95-
- *RBAC enabled* AKS cluster
95+
- *RBAC enabled* AKS cluster
9696
97-
```bash
98-
kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
99-
```
97+
```bash
98+
kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml
99+
```
100100
101-
- *RBAC disabled* AKS cluster
101+
- *RBAC disabled* AKS cluster
102102
103-
```bash
104-
kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
105-
```
103+
```bash
104+
kubectl create -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment.yaml
105+
```
106106
107107
### Install Helm
108108
[Helm](https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm) is a package manager for
@@ -174,7 +174,7 @@ Kubernetes. We will leverage it to install the `application-gateway-kubernetes-i
174174
Now that we have App Gateway, AKS, and AGIC installed we can install a sample app
175175
via [Azure Cloud Shell](https://shell.azure.com/):
176176
177-
```bash
177+
```yaml
178178
cat <<EOF | kubectl apply -f -
179179
apiVersion: v1
180180
kind: Pod

0 commit comments

Comments
 (0)