Skip to content

Commit 470cc31

Browse files
authored
Pass --pushgateway-url for injected containers. (#284)
Fixes #283
1 parent e2e79c6 commit 470cc31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backup.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package cmds
22

33
import (
4-
"fmt"
54
"os"
65
"strings"
76
"time"
@@ -28,7 +27,6 @@ func NewCmdBackup() *cobra.Command {
2827
MaxNumRequeues: 5,
2928
}
3029
)
31-
opt.PushgatewayURL = fmt.Sprintf("http://stash-operator.%s.svc:56789", opt.Namespace)
3230

3331
cmd := &cobra.Command{
3432
Use: "backup",

0 commit comments

Comments
 (0)