Merge pull request #13340 from rimey/documentation

Fix buggy placement of imagePullPolicy in documentation example.
pull/6/head
Brendan Burns 2015-09-01 21:28:46 -07:00
commit 03fc551988
1 changed files with 1 additions and 1 deletions

View File

@ -126,8 +126,8 @@ spec:
containers:
- name: uses-private-image
image: $PRIVATE_IMAGE_NAME
imagePullPolicy: Always
command: [ "echo", "SUCCESS" ]
imagePullPolicy: Always
EOF
$ kubectl create -f /tmp/private-image-test-1.yaml
pods/private-image-test-1