Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
  • Loading branch information
klingerf committed Jun 14, 2018
1 parent 85dc6dc commit 7fcd7a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cli/install/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,5 +634,4 @@ spec:
- "-controller-namespace={{.Namespace}}"
- "-log-level={{.ControllerLogLevel}}"
- "-logtostderr=true"
`
2 changes: 0 additions & 2 deletions controller/cmd/ca-distributor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
log "github.com/sirupsen/logrus"
)

const configMapName = "conduit-ca-bundle"

func main() {
controllerNamespace := flag.String("controller-namespace", "conduit", "namespace in which Conduit is installed")
kubeConfigPath := flag.String("kubeconfig", "", "path to kube config")
Expand Down

0 comments on commit 7fcd7a2

Please sign in to comment.