mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 06:54:32 +00:00
Skip uninstall and resource cleanup when fail-fast is enabled.
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
+1
-1
@@ -84,7 +84,6 @@ type VeleroConfig struct {
|
||||
Plugins string
|
||||
AddBSLPlugins string
|
||||
KibishiiDirectory string
|
||||
Debug bool
|
||||
GCFrequency string
|
||||
DefaultClusterContext string
|
||||
StandbyClusterContext string
|
||||
@@ -110,6 +109,7 @@ type VeleroConfig struct {
|
||||
StandbyCLSServiceAccountName string
|
||||
ServiceAccountNameToInstall string
|
||||
EKSPolicyARN string
|
||||
FailFast bool
|
||||
}
|
||||
|
||||
type VeleroCfgInPerf struct {
|
||||
|
||||
Reference in New Issue
Block a user