From 6ecda1cb8ccd8f96fe7bb090cd74a283272bdc7b 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 --- walkthrough/v1beta3/replication-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walkthrough/v1beta3/replication-controller.yaml b/walkthrough/v1beta3/replication-controller.yaml index b979a075..826b945c 100644 --- a/walkthrough/v1beta3/replication-controller.yaml +++ b/walkthrough/v1beta3/replication-controller.yaml @@ -20,5 +20,5 @@ spec: containers: - name: nginx image: nginx - ports: + ports: - containerPort: 80