Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Oct 14, 2024
1 parent f2990ff commit b71a877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/terminal_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit b71a877

Please sign in to comment.