Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40c8d82

Browse files
committedMar 6, 2025··
refactor: remove unnecessary log message in service account retrieval
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent cc606c7 commit 40c8d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎internal/controller/spinapp_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ func getServiceAccountName(ctx context.Context, app *spinv1alpha1.SpinApp) strin
549549
return app.Spec.ServiceAccountName
550550
}
551551

552-
log.Info("Using default service account", "serviceAccountName", "default")
553552
return "default"
554553
}
555554

0 commit comments

Comments
 (0)
Please sign in to comment.