Skip to content

Commit

Permalink
Add secrets client to handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jun 14, 2020
1 parent 98cc6f9 commit 1de89ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/eks-cluster-config-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func Register(
eksCCCache: eks.Cache(),
eksEnqueueAfter: eks.EnqueueAfter,
secretsCache: secrets.Cache(),
secrets: secrets,
}

// Register handlers
Expand Down

0 comments on commit 1de89ad

Please sign in to comment.