Skip to content
Snippets Groups Projects
Commit 123532d2 authored by Özgür Caner's avatar Özgür Caner
Browse files

Changed ImagePullPolicy from Always to IfNotPresent to avoid download issue when DNS is not working

parent a3a772be
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ spec:
capabilities:
add:
- NET_ADMIN
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment