Fixed numbering for installation steps in the tip (#13778)

* Fixed numbering for installation steps in the tip

* Fixed lint error as per suggestion
This commit is contained in:
Archana Sawant 2023-09-09 01:36:55 +05:30 committed by GitHub
parent 056f1ec6d9
commit e2adf578ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ You can alternatively deploy the operator using Helm:
$ kubectl create namespace istio-operator
{{< /text >}}
1. Install operator using Helm.
2) Install operator using Helm.
{{< text syntax=bash snip_id=deploy_istio_operator_helm >}}
$ helm install istio-operator manifests/charts/istio-operator \

View File

@ -75,7 +75,7 @@ $ istioctl operator init --watchedNamespaces=istio-namespace1,istio-namespace2
$ kubectl create namespace istio-operator
{{< /text >}}
1. 使用 Helm 安装 Operator。
2) 使用 Helm 安装 Operator。
{{< text syntax=bash snip_id=deploy_istio_operator_helm >}}
$ helm install istio-operator manifests/charts/istio-operator \