Skip to content

Commit

Permalink
pb-4872: reverted the setting of default compression type
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar subraani committed Nov 23, 2023
1 parent 9417109 commit 0fed112
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/controllers/dataexport/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ func (c *Controller) sync(ctx context.Context, in *kdmpapi.DataExport) (bool, er
}
}
compressionType = kdmpData.Data[compressionKey]
if len(compressionType) == 0 {
compressionType = utils.DefaultCompresion
}
podDataPath = kdmpData.Data[backupPath]
if len(kdmpData.Data[excludeFileListKey]) != 0 {
excludeFileList, err = parseExcludeFileListKey(pvcStorageClass, kdmpData.Data[excludeFileListKey])
Expand Down

0 comments on commit 0fed112

Please sign in to comment.