diff --git a/backup.go b/backup.go index 8efbdf3f..d16f4580 100644 --- a/backup.go +++ b/backup.go @@ -1,7 +1,6 @@ package cmds import ( - "fmt" "os" "strings" "time" @@ -28,7 +27,6 @@ func NewCmdBackup() *cobra.Command { MaxNumRequeues: 5, } ) - opt.PushgatewayURL = fmt.Sprintf("http://stash-operator.%s.svc:56789", opt.Namespace) cmd := &cobra.Command{ Use: "backup",