Skip to content

Commit cf0359b

Browse files
author
Gaurav Kumar
committed
Removal of ReadOnly for PVCVolume
1 parent 40cf98f commit cf0359b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/volumes.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ func (r *KbsConfigReconciler) createPVCVolume(ctx context.Context, volumeName st
139139
VolumeSource: corev1.VolumeSource{
140140
PersistentVolumeClaim: &corev1.PersistentVolumeClaimVolumeSource{
141141
ClaimName: volumeName,
142-
ReadOnly: true,
143142
},
144143
},
145144
}

0 commit comments

Comments
 (0)