Skip to content

Commit

Permalink
Merge pull request #349 from portworx/name-fix
Browse files Browse the repository at this point in the history
PB-6319 : Vendor fix Stork x KDMP
  • Loading branch information
pallav-px authored Mar 22, 2024
2 parents ece6ad8 + cd32d67 commit 94bc704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/dataexport/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func (c *Controller) sync(ctx context.Context, in *kdmpapi.DataExport) (bool, er
var compressionType string
var podDataPath string
var excludeFileList string
pvcStorageClass := dataExport.Labels[kdmpStorageClassKey]
pvcStorageClass := dataExport.Annotations[kdmpStorageClassKey]
var backupLocation *storkapi.BackupLocation
var data updateDataExportDetail
if driverName != drivers.Rsync {
Expand Down

0 comments on commit 94bc704

Please sign in to comment.