Skip to content

Correct default value for imagePullPolicy

Larissa Lane requested to merge patch-2 into master

As noted by @rymai in #1338 (closed), the default value for imagePullPolicy is incorrect in the docs. This MR changes the default from Always to IfNotPresent.

Closes #1338 (closed)

Merge request reports