From fb5990df1ebc4470dfd784e259155e6be79edd2e Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 6 Nov 2014 17:00:14 -0500 Subject: [PATCH] Some examples do not pass extended validation --- walkthrough/pod-with-http-healthcheck.yaml | 1 + walkthrough/replication-controller.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/walkthrough/pod-with-http-healthcheck.yaml b/walkthrough/pod-with-http-healthcheck.yaml index 58c9cc00..e2774a64 100644 --- a/walkthrough/pod-with-http-healthcheck.yaml +++ b/walkthrough/pod-with-http-healthcheck.yaml @@ -1,5 +1,6 @@ kind: Pod apiVersion: v1beta1 +id: pod-with-healthcheck desiredState: manifest: version: v1beta1 diff --git a/walkthrough/replication-controller.yaml b/walkthrough/replication-controller.yaml index 37117a40..fa60c96d 100644 --- a/walkthrough/replication-controller.yaml +++ b/walkthrough/replication-controller.yaml @@ -22,4 +22,4 @@ desiredState: # Important: these labels need to match the selector above # The api server enforces this constraint. labels: - - name: nginx + name: nginx