YAML code-block within a list bug fixed (#14293) (#14295)

This commit is contained in:
Vitaly R. Samigullin
2019-05-17 01:47:29 +00:00
committed by Kubernetes Prow Robot
parent 60006e9164
commit ac65ac4835
@@ -135,7 +135,6 @@ The following file is an Ingress resource that sends traffic to your Service via
1. Create `example-ingress.yaml` from the following file: 1. Create `example-ingress.yaml` from the following file:
```yaml
apiVersion: networking.k8s.io/v1beta1 apiVersion: networking.k8s.io/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
@@ -151,7 +150,6 @@ The following file is an Ingress resource that sends traffic to your Service via
backend: backend:
serviceName: web serviceName: web
servicePort: 8080 servicePort: 8080
```
1. Create the Ingress resource by running the following command: 1. Create the Ingress resource by running the following command: