diff --git a/deployment/node-problem-detector-healthchecker.yaml b/deployment/node-problem-detector-healthchecker.yaml index f7f4fc50..24a5b378 100644 --- a/deployment/node-problem-detector-healthchecker.yaml +++ b/deployment/node-problem-detector-healthchecker.yaml @@ -38,7 +38,7 @@ spec: requests: cpu: 10m memory: 80Mi - imagePullPolicy: Always + imagePullPolicy: IfNotPresent securityContext: privileged: true env: diff --git a/deployment/node-problem-detector.yaml b/deployment/node-problem-detector.yaml index a3614e96..7d86fe3a 100644 --- a/deployment/node-problem-detector.yaml +++ b/deployment/node-problem-detector.yaml @@ -37,7 +37,7 @@ spec: requests: cpu: 10m memory: 80Mi - imagePullPolicy: Always + imagePullPolicy: IfNotPresent securityContext: privileged: true env: