From 591adec13c2b67a4fd471a6d0f663c5fa3d706e7 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Thu, 6 Nov 2014 11:28:08 -0500 Subject: [PATCH] fix example usage of passing environment variables The syntax is not envVar, that is the name of the internal struct. The list is just "env" --- examples/walkthrough/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/walkthrough/README.md b/examples/walkthrough/README.md index fce256eb0cf..c7454e88acc 100644 --- a/examples/walkthrough/README.md +++ b/examples/walkthrough/README.md @@ -103,7 +103,7 @@ desiredState: containers: - name: git-monitor image: kubernetes/git-monitor - envVar: + env: - name: GIT_REPO value: http://github.com/some/repo.git volumeMounts: