diff --git a/docs/admin/service-accounts-admin.md b/docs/admin/service-accounts-admin.md index d396e1f2c80..f6462cc2a0a 100644 --- a/docs/admin/service-accounts-admin.md +++ b/docs/admin/service-accounts-admin.md @@ -46,7 +46,7 @@ for a number of reasons: - User accounts are for humans. Service accounts are for processes, which run in pods. - User accounts are intended to be global. Names must be unique across all - namespaces of a cluster, future user resource will not be namespaced). + namespaces of a cluster, future user resource will not be namespaced. Service accounts are namespaced. - Typically, a cluster's User accounts might be synced from a corporate database, where new user account creation requires special privileges and