Skip to content

Commit

Permalink
[release-1.19] Fixed numbering for installation steps in the tip (#13850
Browse files Browse the repository at this point in the history
)

* Fixed numbering for installation steps in the tip

* Fixed lint error as per suggestion

---------

Co-authored-by: archups <[email protected]>
  • Loading branch information
istio-testing and archups authored Sep 11, 2023
1 parent 17174c6 commit 286d810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/setup/install/operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/setup/install/operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 286d810

Please sign in to comment.