Skip to content

Commit

Permalink
PWX-35711: Update dynamic-plugin ImagePullPolicy to Always (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-bhatia authored Jan 18, 2024
1 parent 27e7cd5 commit 036a44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/plugin/plugin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
ports:
- containerPort: 9443
protocol: TCP
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion drivers/storage/portworx/testspec/plugin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
ports:
- containerPort: 9443
protocol: TCP
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 036a44e

Please sign in to comment.