Merge pull request #357 from Madhu-1/change-pull-policy

change image pullpolicy from Always to IfNotPresent
This commit is contained in:
Kubernetes Prow Robot
2020-11-17 16:50:04 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -29,4 +29,4 @@ spec:
args:
- "--v=5"
- "--leader-election=false"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent