mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-18 22:14:29 +00:00
Merge pull request #3866 from alaypatel07/fix-projected-volume-for-restic
skip backuping projected volume when using restic Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
This commit is contained in:
committed by
Bridget McErlean
parent
119529c9a2
commit
0f576fb748
@@ -161,7 +161,7 @@ func runKibishiiTests(client testClient, providerName, veleroCLI, veleroNamespac
|
||||
}
|
||||
|
||||
if err := client.clientGo.CoreV1().Namespaces().Delete(oneHourTimeout, kibishiiNamespace, metav1.DeleteOptions{}); err != nil {
|
||||
return errors.Wrapf(err, "Failed to cleanup %s wrokload namespace", kibishiiNamespace)
|
||||
return errors.Wrapf(err, "Failed to cleanup %s workload namespace", kibishiiNamespace)
|
||||
}
|
||||
// wait for ns delete
|
||||
if err = waitForNamespaceDeletion(interval, timeout, client, kibishiiNamespace); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user