Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de696a3

Browse filesBrowse files
committed
[zh-cn]sync update-api-object-kubectl-patch.md
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 152dbc5 commit de696a3
Copy full SHA for de696a3

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎content/zh-cn/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md

Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ spec:
354354
spec:
355355
containers:
356356
- name: patch-demo-ctr-3
357-
image: gcr.io/google-samples/node-hello:1.0
357+
image: gcr.io/google-samples/hello-app:2.0
358358
```
359359
360360
<!--
@@ -385,7 +385,7 @@ patch 中指定的 `containers` 列表只有一个 Container。
385385
```yaml
386386
spec:
387387
containers:
388-
- image: gcr.io/google-samples/node-hello:1.0
388+
- image: gcr.io/google-samples/hello-app:2.0
389389
...
390390
name: patch-demo-ctr-3
391391
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.