Skip to content

Commit

Permalink
Merge pull request kubernetes#13340 from rimey/documentation
Browse files Browse the repository at this point in the history
Fix buggy placement of imagePullPolicy in documentation example.
  • Loading branch information
brendandburns committed Sep 2, 2015
2 parents a918044 + 6b5c9c8 commit 03fc551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03fc551

Please sign in to comment.