From 82f73e04660576091028cf7beff85dfe4bc6eafc Mon Sep 17 00:00:00 2001 From: Nikita Bhatia Date: Tue, 2 Jul 2024 17:25:59 +0530 Subject: [PATCH] fix test --- drivers/storage/portworx/component/autopilot.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/storage/portworx/component/autopilot.go b/drivers/storage/portworx/component/autopilot.go index 8986bf885..c6feef058 100644 --- a/drivers/storage/portworx/component/autopilot.go +++ b/drivers/storage/portworx/component/autopilot.go @@ -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{ @@ -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{