From 1c2cea9c108bd800ac2a7bc0d5a3d3b5eb5d544b Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 30 Nov 2014 15:26:47 +0000 Subject: [PATCH] Fix label yml I was getting: invalid value 'map[]': selector does not match template with the - --- examples/walkthrough/k8s201.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/walkthrough/k8s201.md b/examples/walkthrough/k8s201.md index cd5595052ba..5e6a4f4545d 100644 --- a/examples/walkthrough/k8s201.md +++ b/examples/walkthrough/k8s201.md @@ -47,7 +47,7 @@ desiredState: # Important: these labels need to match the selector above # The api server enforces this constraint. labels: - - name: nginx + name: nginx ``` ### Services