imagePullPolicy doesn't need to be set to Always

This commit is contained in:
Ondrej Kokes
2025-04-02 12:11:44 +02:00
parent 4022575bf9
commit 0f7a8f3fb0
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: