Skip to content

Commit a3113ee

Browse files
authored
Merge pull request #51 from gauravkuredhat/KATA-3419
Removal of ReadOnly part for PVCVolume
2 parents 40cf98f + 0839673 commit a3113ee

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)