Skip to content

Commit

Permalink
PWX-35711: Update dynamic-plugin ImagePullPolicy to Always
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-bhatia committed Jan 17, 2024
1 parent 676c9e2 commit 2c28e07
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 2c28e07

Please sign in to comment.