Merge pull request #859 from zzzyuan0/fix-ondelete-config-no-assigned

fix: ondelete config no assigne
This commit is contained in:
Kubernetes Prow Robot 2025-02-08 05:51:55 -08:00 committed by GitHub
commit 6ca1d18046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,7 @@ func NewDriver(options *DriverOptions) *Driver {
volStatsCacheExpireInMinutes: options.VolStatsCacheExpireInMinutes,
removeArchivedVolumePath: options.RemoveArchivedVolumePath,
useTarCommandInSnapshot: options.UseTarCommandInSnapshot,
defaultOnDeletePolicy: options.DefaultOnDeletePolicy,
}
n.AddControllerServiceCapabilities([]csi.ControllerServiceCapability_RPC_Type{