Fix buggy placement of imagePullPolicy in documentation example.

This commit is contained in:
Ken Rimey 2015-08-28 19:33:28 -04:00
parent cfb696d39d
commit 6b5c9c8984

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