File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
174174Now that we have App Gateway, AKS, and AGIC installed we can install a sample app
175175via [Azure Cloud Shell](https://shell.azure.com/):
176176
177- ```bash
177+ ```yaml
178178cat <<EOF | kubectl apply -f -
179179apiVersion: v1
180180kind: Pod
You can’t perform that action at this time.
0 commit comments