From 4c3171f7ec44b4468e7a7851de52bbb6b2ff2235 Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Fri, 24 Apr 2015 00:48:24 -0700 Subject: [PATCH] Fixing an indentation bug in yaml file --- examples/walkthrough/v1beta3/replication-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/walkthrough/v1beta3/replication-controller.yaml b/examples/walkthrough/v1beta3/replication-controller.yaml index b979a075d3..826b945ca0 100644 --- a/examples/walkthrough/v1beta3/replication-controller.yaml +++ b/examples/walkthrough/v1beta3/replication-controller.yaml @@ -20,5 +20,5 @@ spec: containers: - name: nginx image: nginx - ports: + ports: - containerPort: 80