Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
gofmt
  • Loading branch information
kevinteng525 committed Dec 5, 2022
1 parent 9b8c8f3 commit 0c105e4
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 0c105e4

Please sign in to comment.