[zh-cn]sync update-api-object-kubectl-patch.md
Signed-off-by: xin.li <xin.li@daocloud.io>pull/46626/head
parent
152dbc52dd
commit
de696a3463
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue