Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #42 from pusher/fix-namespace-flag
Browse files Browse the repository at this point in the history
Fix namespace flag
  • Loading branch information
JoelSpeed committed Mar 21, 2018
2 parents ca9ad45 + 18eb604 commit 04551a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rescheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var (
`Optional, if this controller is running in a kubernetes cluster, use the
pod secrets for creating a Kubernetes client.`)

namespace = flag.String("namespace", "kube-system",
namespace = flags.String("namespace", "kube-system",
`Namespace in which k8s-spot-rescheduler is run`)

contentType = flags.String("kube-api-content-type", "application/vnd.kubernetes.protobuf",
Expand Down

0 comments on commit 04551a9

Please sign in to comment.