Skip to content

Commit de696a3

Browse files
committed
[zh-cn]sync update-api-object-kubectl-patch.md
Signed-off-by: xin.li <[email protected]>
1 parent 152dbc5 commit de696a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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)