From dce5e3bd6fd84e87eee98d54867e2fc418b3d5c6 Mon Sep 17 00:00:00 2001 From: hokutosei Date: Tue, 6 Jan 2015 10:19:54 +0900 Subject: [PATCH] changed the id of replication-controller to nginx --- examples/walkthrough/replication-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/walkthrough/replication-controller.yaml b/examples/walkthrough/replication-controller.yaml index fa60c96d9db..bf5106afb79 100644 --- a/examples/walkthrough/replication-controller.yaml +++ b/examples/walkthrough/replication-controller.yaml @@ -13,7 +13,7 @@ desiredState: desiredState: manifest: version: v1beta1 - id: ngix + id: nginx containers: - name: nginx image: dockerfile/nginx