Skip to content

Commit

Permalink
Merge branch 'master' into PWX-31805-co
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivera-px authored Jan 18, 2024
2 parents 474b5ec + e35aad5 commit 240df72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion pkg/preflight/pks.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package preflight

const (
pksDistribution = "gke"
pksDistribution = "pks"
// PksSystemNamespace PKS system namespace
PksSystemNamespace = "pks-system"
)
Expand Down

0 comments on commit 240df72

Please sign in to comment.