From fbaaede528e0cac870acbdd48568245e08bffdae Mon Sep 17 00:00:00 2001 From: Seth Wheeler Date: Wed, 15 May 2019 16:02:14 -0700 Subject: [PATCH] Update ingress-minikube.md moved ``` to above and below yaml code for proper formatting --- .../docs/tasks/access-application-cluster/ingress-minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md index e7aa1a1bea35b..b337d55b4c5ae 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -135,7 +135,8 @@ The following file is an Ingress resource that sends traffic to your Service via 1. Create `example-ingress.yaml` from the following file: - ```yaml + ``` + yaml apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: