fix: YAML indentation and highlighting

This commit is contained in:
Guilhem Lettron
2022-03-17 16:01:40 +01:00
committed by GitHub
parent fc92346868
commit a0cdf50ac6
@@ -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
``` ```