Merge pull request #1045 from kokes/image_pull_policy_always

imagePullPolicy doesn't need to be set to Always
This commit is contained in:
Kubernetes Prow Robot
2025-08-12 13:43:06 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ spec:
requests:
cpu: 10m
memory: 80Mi
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
env:
+1 -1
View File
@@ -37,7 +37,7 @@ spec:
requests:
cpu: 10m
memory: 80Mi
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
env: