mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #13340 from rimey/documentation
Fix buggy placement of imagePullPolicy in documentation example.
This commit is contained in:
commit
03fc551988
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user