Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from upalatucci/removeAlwaysPullPolicy
Browse files Browse the repository at this point in the history
OCPBUGS-24194: Remove pull policy always
  • Loading branch information
openshift-merge-bot[bot] authored Jan 25, 2024
2 parents e886536 + 4a9a431 commit 96b1471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/nmstate-console-plugin/templates/deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
ports:
- containerPort: 9443
protocol: TCP
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 96b1471

Please sign in to comment.