Skip to content
Snippets Groups Projects
Commit 431c7040 authored by Sheng Yang's avatar Sheng Yang
Browse files

Change pull policy for helper pod to IfNotPresent

parent 64870a44
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,7 @@ func (p *LocalPathProvisioner) createHelperPod(action ActionType, cmdsForPath []
MountPath: "/data/",
},
},
ImagePullPolicy: v1.PullIfNotPresent,
},
},
Volumes: []v1.Volume{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment