Skip to content

Commit

Permalink
Fixed lint error as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
archups committed Sep 8, 2023
1 parent 1b7bd3d commit b5ce076
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 >}}

2. 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 >}}

2. 使用 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 b5ce076

Please sign in to comment.