Changed ImagePullPolicy from Always to IfNotPresent to avoid download issue when DNS is not working
This commit is contained in:
parent
a3a772be7b
commit
123532d2a4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ spec:
|
|||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
Loading…
Reference in a new issue