File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
scenarios/CreateAKSWebApp Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
4914932 . Update local Helm Chart repository cache
492494
493495 ``` bash
494- helm repo update
495496 ```
496497
4974983 . 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
5035034 . 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
You can’t perform that action at this time.
0 commit comments