From b71a8777b3a1c0ea3ec7b436b7e54d96afd8fb06 Mon Sep 17 00:00:00 2001 From: Peter Sutter Date: Mon, 14 Oct 2024 13:07:37 +0200 Subject: [PATCH] fix typo --- controllers/terminal_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/terminal_controller.go b/controllers/terminal_controller.go index 518fc29..a2fd025 100644 --- a/controllers/terminal_controller.go +++ b/controllers/terminal_controller.go @@ -589,7 +589,7 @@ func (r *TerminalReconciler) reconcileTerminal(ctx context.Context, targetClient } // ensureServiceAccountMembershipCleanup adds the TerminalReference label and also adds the ExternalTerminalName finalizer. -// This ensures that the ServiceAccountReconciler is able to cleanup the poject membership of the ServiceAccount once it is +// This ensures that the ServiceAccountReconciler is able to cleanup the project membership of the ServiceAccount once it is // no longer referenced by any terminal resource func ensureServiceAccountMembershipCleanup(ctx context.Context, clientSet *gardenclient.ClientSet, ref corev1.ObjectReference) error { serviceAccount := &corev1.ServiceAccount{}