Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
gofmt

Signed-off-by: kevin <tengkang@msn.com>
  • Loading branch information
kevinteng525 committed Dec 6, 2022
1 parent cef0676 commit 8784d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/scaling/resolver/scale_resolvers.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ const (
)

var (
kedaNamespace, _ = util.GetClusterObjectNamespace()
kedaNamespace, _ = util.GetClusterObjectNamespace()
restrictSecretAccess = util.GetRestrictSecretAccess()
)


// isSecretAccessRestricted returns whether secret access need to be restricted in KEDA namespace
func isSecretAccessRestricted(logger logr.Logger) bool {
if restrictSecretAccess == "" {
Expand Down

0 comments on commit 8784d74

Please sign in to comment.