Skip to content

Commit ce5ec30

Browse files
authored
Merge pull request #29715 from regentov/patch-1
fix typo that is semantically important
2 parents a1669ee + 49d7b49 commit ce5ec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ When you (or a controller) submit a new Pod to the API server, your cluster sets
108108
`:latest`, `imagePullPolicy` is automatically set to `Always`;
109109
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
110110
container image, `imagePullPolicy` is automatically set to `Always`;
111-
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
111+
- if you omit the `imagePullPolicy` field, and you specify the tag for the
112112
container image that isn't `:latest`, the `imagePullPolicy` is automatically set to
113113
`IfNotPresent`.
114114

0 commit comments

Comments
 (0)