[zh-cn]sync update-api-object-kubectl-patch.md

Signed-off-by: xin.li <xin.li@daocloud.io>
pull/46626/head
xin.li 2024-06-02 22:36:48 +08:00
parent 152dbc52dd
commit de696a3463
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ spec:
spec:
containers:
- name: patch-demo-ctr-3
image: gcr.io/google-samples/node-hello:1.0
image: gcr.io/google-samples/hello-app:2.0
```
<!--
@ -385,7 +385,7 @@ patch 中指定的 `containers` 列表只有一个 Container。
```yaml
spec:
containers:
- image: gcr.io/google-samples/node-hello:1.0
- image: gcr.io/google-samples/hello-app:2.0
...
name: patch-demo-ctr-3
```