Skip to content

Commit

Permalink
Remove ReadOnly flag from backupPod Volumes spec
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-pampattiwar committed Sep 25, 2024
1 parent 11f771f commit 2d73913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/exposer/csi_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ func (e *csiSnapshotExposer) createBackupPod(
VolumeSource: corev1.VolumeSource{
PersistentVolumeClaim: &corev1.PersistentVolumeClaimVolumeSource{
ClaimName: backupPVC.Name,
ReadOnly: true,
},
},
}}
Expand Down

0 comments on commit 2d73913

Please sign in to comment.