Skip to content

Commit

Permalink
Pass --pushgateway-url for injected containers. (#284)
Browse files Browse the repository at this point in the history
Fixes #283
  • Loading branch information
tamalsaha committed Jan 5, 2018
1 parent e2e79c6 commit 470cc31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backup.go
@@ -1,7 +1,6 @@
package cmds

import (
"fmt"
"os"
"strings"
"time"
Expand All @@ -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",
Expand Down

0 comments on commit 470cc31

Please sign in to comment.