Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-bhatia committed Jul 2, 2024
1 parent fc6261f commit 82f73e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions drivers/storage/portworx/component/autopilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ var (

openshiftDeploymentVolume = []corev1.VolumeSpec{
{
Name: "token-volume",
Name: "token-volume",
MountPath: "/var/local/secrets",
ReadOnly: true,
VolumeSource: v1.VolumeSource{
Projected: &v1.ProjectedVolumeSource{
Sources: []v1.VolumeProjection{
Expand All @@ -127,7 +129,9 @@ var (
},
},
{
Name: "ca-cert-volume",
Name: "ca-cert-volume",
MountPath: "/etc/ssl/px-custom/1",
ReadOnly: true,
VolumeSource: v1.VolumeSource{
Projected: &v1.ProjectedVolumeSource{
Sources: []v1.VolumeProjection{
Expand Down

0 comments on commit 82f73e0

Please sign in to comment.