Skip to content

Commit

Permalink
Update pkg/auth/serviceaccount.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
creydr and pierDipi authored Sep 28, 2023
1 parent 9ee25d4 commit 8941b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/serviceaccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func EnsureOIDCServiceAccountExistsForResource(ctx context.Context, serviceAccou

// If the resource doesn't exist, we'll create it.
if apierrs.IsNotFound(err) {
logging.FromContext(ctx).Infow("Creating OIDC service account", zap.Error(err))
logging.FromContext(ctx).Debugw("Creating OIDC service account", zap.Error(err))

expected := GetOIDCServiceAccountForResource(gvk, objectMeta)

Expand Down

0 comments on commit 8941b64

Please sign in to comment.