Skip to content

Commit 85a1872

Browse files
committed
Fix style for AKS Web app
1 parent 3855136 commit 85a1872

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scenarios/CreateAKSWebApp/create-aks-webapp.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,18 +486,18 @@ Cert-manager provides Helm charts as a first-class method of installation on Kub
486486

487487
```bash
488488
helm repo add jetstack https://charts.jetstack.io
489+
helm repo update
490+
helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.7.0
489491
```
490492

491493
2. Update local Helm Chart repository cache
492494

493495
```bash
494-
helm repo update
495496
```
496497

497498
3. Install Cert-Manager addon via helm by running the following:
498499

499500
```bash
500-
helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.7.0
501501
```
502502

503503
4. Apply Certificate Issuer YAML File
@@ -538,9 +538,6 @@ Cert-manager provides Helm charts as a first-class method of installation on Kub
538538
nodeSelector:
539539
"kubernetes.io/os": linux
540540
EOF
541-
```
542-
543-
```bash
544541
cluster_issuer_variables=$(<cluster-issuer-prod.yml)
545542
```
546543

0 commit comments

Comments
 (0)