Skip to content

Commit

Permalink
Remove ReadOnly flag from backupPod Volumes spec
Browse files Browse the repository at this point in the history
add changelog file

Signed-off-by: Shubham Pampattiwar <[email protected]>
  • Loading branch information
shubham-pampattiwar committed Sep 26, 2024
1 parent 11f771f commit eae9ee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/8248-shubham-pampattiwar
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove ReadOnly flag from backupPod Volumes spec
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 eae9ee1

Please sign in to comment.