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:
Xun Jiang
2025-08-18 10:45:23 +08:00
parent 0bafd52291
commit c147a1212d
+1 -1
View File
@@ -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())
}
}