Skip to content

Commit

Permalink
Delete unused secret controller in agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 1, 2020
1 parent 7eba38c commit 8f95d6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions modules/agent/pkg/controllers/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ func Register(ctx context.Context, leaderElect bool,
appCtx.Apply),
appCtx.Fleet.BundleDeployment())

secret.Register(ctx, agentNamespace, appCtx.CoreNS.Secret())

cluster.Register(ctx,
appCtx.AgentNamespace,
appCtx.ClusterNamespace,
Expand Down
39 changes: 0 additions & 39 deletions modules/agent/pkg/controllers/secret/handler.go

This file was deleted.

0 comments on commit 8f95d6f

Please sign in to comment.