From 7fcd7a21519c32825488c2944ea08b1741ff0b16 Mon Sep 17 00:00:00 2001 From: Kevin Lingerfelt Date: Thu, 14 Jun 2018 15:07:06 -0700 Subject: [PATCH] Address review feedback Signed-off-by: Kevin Lingerfelt --- cli/install/template.go | 1 - controller/cmd/ca-distributor/main.go | 2 -- 2 files changed, 3 deletions(-) diff --git a/cli/install/template.go b/cli/install/template.go index 6fa2968aae0bd..f2c2c1b60c28f 100644 --- a/cli/install/template.go +++ b/cli/install/template.go @@ -634,5 +634,4 @@ spec: - "-controller-namespace={{.Namespace}}" - "-log-level={{.ControllerLogLevel}}" - "-logtostderr=true" - ` diff --git a/controller/cmd/ca-distributor/main.go b/controller/cmd/ca-distributor/main.go index 640113cd79653..163d0bf7ce8d4 100644 --- a/controller/cmd/ca-distributor/main.go +++ b/controller/cmd/ca-distributor/main.go @@ -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")