Skip to content

Commit 4a4aaf8

Browse files
committed
Ymal blocks miss 'yaml'
Signed-off-by: yuandongx <[email protected]>
1 parent 8fea26e commit 4a4aaf8

File tree

1 file changed

+2
-2
lines changed
  • content/zh/docs/concepts/workloads/controllers

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/workloads/controllers/job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ kubectl get job old -o yaml
731731

732732
输出类似于:
733733

734-
```
734+
```yaml
735735
kind: Job
736736
metadata:
737737
name: old
@@ -758,7 +758,7 @@ the selector that the system normally generates for you automatically.
758758
你需要在新 Job 中设置 `manualSelector: true`,因为你并未使用系统通常自动为你
759759
生成的选择算符。
760760

761-
```
761+
```yaml
762762
kind: Job
763763
metadata:
764764
name: new

0 commit comments

Comments
 (0)