Skip to content

Commit

Permalink
Stash V1beta1 E2E test for Deployment (#710)
Browse files Browse the repository at this point in the history
xref: stashed/stash#707

Tasks:
- [x] Install/Uninstall Stash Operator using deployment script in test

- [x] Workload backup and restore for deployment
  • Loading branch information
suaas21 authored and tamalsaha committed Apr 10, 2019
1 parent d63f9e9 commit 42ed76b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func NewCmdRestore() *cobra.Command {
cmd.Flags().BoolVar(&opt.SetupOpt.EnableCache, "enable-cache", opt.SetupOpt.EnableCache, "Specify weather to enable caching for restic")
cmd.Flags().IntVar(&opt.SetupOpt.MaxConnections, "max-connections", opt.SetupOpt.MaxConnections, "Specify maximum concurrent connections for GCS, Azure and B2 backend")
cmd.Flags().StringVar(&opt.SetupOpt.SecretDir, "secret-dir", opt.SetupOpt.SecretDir, "Directory where storage secret has been mounted")
cmd.Flags().BoolVar(&opt.SetupOpt.EnableCache, "enable-cache", opt.SetupOpt.EnableCache, "Specify weather to enable caching for restic")

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

0 comments on commit 42ed76b

Please sign in to comment.