Skip to content

Commit 6ca1d18

Browse files
authored
Merge pull request #859 from zzzyuan0/fix-ondelete-config-no-assigned
fix: ondelete config no assigne
2 parents 5c4fc2e + 4a4605c commit 6ca1d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/nfs/nfs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func NewDriver(options *DriverOptions) *Driver {
9999
volStatsCacheExpireInMinutes: options.VolStatsCacheExpireInMinutes,
100100
removeArchivedVolumePath: options.RemoveArchivedVolumePath,
101101
useTarCommandInSnapshot: options.UseTarCommandInSnapshot,
102+
defaultOnDeletePolicy: options.DefaultOnDeletePolicy,
102103
}
103104

104105
n.AddControllerServiceCapabilities([]csi.ControllerServiceCapability_RPC_Type{

0 commit comments

Comments
 (0)