From 5fd0b930653c92f6ccce6fc8520e3ea5b1537d33 Mon Sep 17 00:00:00 2001 From: markturansky Date: Wed, 8 Jul 2015 11:33:11 -0400 Subject: [PATCH] fixed image name in example: --- examples/persistent-volumes/simpletest/pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/persistent-volumes/simpletest/pod.yaml b/examples/persistent-volumes/simpletest/pod.yaml index 48c2304d079..3edf2963b31 100644 --- a/examples/persistent-volumes/simpletest/pod.yaml +++ b/examples/persistent-volumes/simpletest/pod.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: myfrontend - image: dockerfile/nginx + image: nginx ports: - containerPort: 80 name: "http-server"