From af46066733c73a1f21028dcb78c67d4abb545d34 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Mon, 18 Jan 2016 12:20:51 -0500 Subject: [PATCH] Add ability to consume secrets in env vars --- examples_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples_test.go b/examples_test.go index b144e6d6..6ec81b83 100644 --- a/examples_test.go +++ b/examples_test.go @@ -354,8 +354,9 @@ func TestExampleObjectSchemas(t *testing.T) { "rc": &api.ReplicationController{}, }, "../docs/user-guide/secrets": { - "secret-pod": &api.Pod{}, - "secret": &api.Secret{}, + "secret-pod": &api.Pod{}, + "secret": &api.Secret{}, + "secret-env-pod": &api.Pod{}, }, "../examples/spark": { "spark-master-controller": &api.ReplicationController{},