Skip to content

Commit 8dfb00a

Browse files
committed
Fix currentServiceAccount debug message (#2765)
Signed-off-by: Alexander Greene <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 943a726ab1a516bc231e2fe96d13fc2e47bf4448
1 parent 0e05698 commit 8dfb00a

File tree

2 files changed

+2
-2
lines changed
  • staging/operator-lifecycle-manager/pkg/controller/registry/reconciler
  • vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler

2 files changed

+2
-2
lines changed

staging/operator-lifecycle-manager/pkg/controller/registry/reconciler/grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (c *GrpcRegistryReconciler) currentServiceAccount(source grpcCatalogSourceD
150150
serviceAccountName := source.ServiceAccount().GetName()
151151
serviceAccount, err := c.Lister.CoreV1().ServiceAccountLister().ServiceAccounts(source.GetNamespace()).Get(serviceAccountName)
152152
if err != nil {
153-
logrus.WithField("service", serviceAccount).Debug("couldn't find service in cache")
153+
logrus.WithField("serviceAccount", serviceAccount).Debug("couldn't find serviceAccount in cache")
154154
return nil
155155
}
156156
return serviceAccount

vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler/grpc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)