Commit 03fc5519 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #13340 from rimey/documentation

Fix buggy placement of imagePullPolicy in documentation example.
parents a918044e 6b5c9c89
...@@ -126,8 +126,8 @@ spec: ...@@ -126,8 +126,8 @@ spec:
containers: containers:
- name: uses-private-image - name: uses-private-image
image: $PRIVATE_IMAGE_NAME image: $PRIVATE_IMAGE_NAME
imagePullPolicy: Always
command: [ "echo", "SUCCESS" ] command: [ "echo", "SUCCESS" ]
imagePullPolicy: Always
EOF EOF
$ kubectl create -f /tmp/private-image-test-1.yaml $ kubectl create -f /tmp/private-image-test-1.yaml
pods/private-image-test-1 pods/private-image-test-1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment