fix code highlight (#8392)

This commit is contained in:
Tomoyuki KOYAMA 2022-03-28 18:29:23 +09:00 committed by GitHub
parent 04ff4d5a33
commit e0cd2c28d1

View file

@ -61,7 +61,6 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
.. ..
``` ```
- Deployment manifest: - Deployment manifest:
``` ```
apiVersion: v1 apiVersion: v1
@ -76,7 +75,6 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
- name: prometheus - name: prometheus
containerPort: 10254 containerPort: 10254
.. ..
``` ```