Skip to content

Commit 1ea282f

Browse files
committed
chore: polish gitops guide zh-CN
1 parent 629dc46 commit 1ea282f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/guides/gitops/1-quick-start.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config = app.App {
5858
}
5959
```
6060

61-
在上述代码中,我们定义使用 `App` schema 定义了应用的配置,其中我们配置了一个镜像为 `gcr.io/heptio images/ks guestbook demo:0.2` 容器,并启用了 `80` 端口。
61+
在上述代码中,我们定义使用 `App` schema 定义了应用的配置,其中我们配置了一个镜像为 `gcr.io/heptio-images/ks-guestbook-demo:0.2` 容器,并启用了 `80` 端口。
6262

6363
### 2. 安装 Kubernetes 和 GitOps 工具
6464

@@ -126,8 +126,6 @@ argocd app create guestbook \
126126

127127
如果创建成功,您可以看到如下输出:
128128

129-
After successfully creating, you can see the following output:
130-
131129
```bash
132130
application 'guestbook' created
133131
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.5.0/user_docs/guides/gitops/1-quick-start.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config = app.App {
5858
}
5959
```
6060

61-
在上述代码中,我们定义使用 `App` schema 定义了应用的配置,其中我们配置了一个镜像为 `gcr.io/heptio images/ks guestbook demo:0.2` 容器,并启用了 `80` 端口。
61+
在上述代码中,我们定义使用 `App` schema 定义了应用的配置,其中我们配置了一个镜像为 `gcr.io/heptio-images/ks-guestbook-demo:0.2` 容器,并启用了 `80` 端口。
6262

6363
### 2. 安装 Kubernetes 和 GitOps 工具
6464

@@ -126,8 +126,6 @@ argocd app create guestbook \
126126

127127
如果创建成功,您可以看到如下输出:
128128

129-
After successfully creating, you can see the following output:
130-
131129
```bash
132130
application 'guestbook' created
133131
```

0 commit comments

Comments
 (0)