Skip to content

Commit 42ed76b

Browse files
suaas21tamalsaha
authored andcommitted
Stash V1beta1 E2E test for Deployment (#710)
xref: stashed/stash#707 Tasks: - [x] Install/Uninstall Stash Operator using deployment script in test - [x] Workload backup and restore for deployment
1 parent d63f9e9 commit 42ed76b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

restore.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func NewCmdRestore() *cobra.Command {
5959
cmd.Flags().BoolVar(&opt.SetupOpt.EnableCache, "enable-cache", opt.SetupOpt.EnableCache, "Specify weather to enable caching for restic")
6060
cmd.Flags().IntVar(&opt.SetupOpt.MaxConnections, "max-connections", opt.SetupOpt.MaxConnections, "Specify maximum concurrent connections for GCS, Azure and B2 backend")
6161
cmd.Flags().StringVar(&opt.SetupOpt.SecretDir, "secret-dir", opt.SetupOpt.SecretDir, "Directory where storage secret has been mounted")
62-
cmd.Flags().BoolVar(&opt.SetupOpt.EnableCache, "enable-cache", opt.SetupOpt.EnableCache, "Specify weather to enable caching for restic")
6362

6463
cmd.Flags().BoolVar(&opt.Metrics.Enabled, "metrics-enabled", opt.Metrics.Enabled, "Specify weather to export Prometheus metrics")
6564
cmd.Flags().StringVar(&opt.Metrics.PushgatewayURL, "pushgateway-url", opt.Metrics.PushgatewayURL, "Pushgateway URL where the metrics will be pushed")

0 commit comments

Comments
 (0)