mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-21 06:36:06 +00:00
Change the CreateFileToPod function's OS parameter as the E2E pass-in value.
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
@@ -123,7 +123,7 @@ func (p *PVBackupFiltering) CreateResources() error {
|
||||
p.volumesList[i][j],
|
||||
FILE_NAME,
|
||||
CreateFileContent(ns, pod, p.volumesList[i][j]),
|
||||
WorkerOSLinux,
|
||||
p.VeleroCfg.WorkerOS,
|
||||
)).To(Succeed())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user