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