Merge pull request #32321 from guilhem/patch-1

fix: YAML indentation and highlighting
This commit is contained in:
Kubernetes Prow Robot 2022-03-22 15:29:58 -07:00 committed by GitHub
commit 08a71e0378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -189,9 +189,9 @@ kubectl get deployment patch-demo --output yaml
The output shows that the PodSpec in the Deployment has only one Toleration: The output shows that the PodSpec in the Deployment has only one Toleration:
```shell ```yaml
tolerations: tolerations:
- effect: NoSchedule - effect: NoSchedule
key: disktype key: disktype
value: ssd value: ssd
``` ```