Ymal blocks miss 'yaml'

Signed-off-by: yuandongx <yuandongx@126.com>
This commit is contained in:
yuandongx
2021-01-08 06:29:45 +00:00
parent 8fea26ecba
commit 4a4aaf866a
@@ -731,7 +731,7 @@ kubectl get job old -o yaml
输出类似于:
```
```yaml
kind: Job
metadata:
name: old
@@ -758,7 +758,7 @@ the selector that the system normally generates for you automatically.
你需要在新 Job 中设置 `manualSelector: true`,因为你并未使用系统通常自动为你
生成的选择算符。
```
```yaml
kind: Job
metadata:
name: new