Skip to content

Commit 6534138

Browse files
authored
Merge pull request #18044 from sftim/20191210_tweak_glossary_entry_for_service_account
Tweak glossary entry for ServiceAccount
2 parents c00970e + 1e99f4f commit 6534138

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/reference/glossary/service-account.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Service Account
2+
title: ServiceAccount
33
id: service-account
44
date: 2018-04-12
55
full_link: /docs/tasks/configure-pod-container/configure-service-account/
@@ -16,4 +16,3 @@ tags:
1616
<!--more-->
1717

1818
When processes inside Pods access the cluster, they are authenticated by the API server as a particular service account, for example, `default`. When you create a Pod, if you do not specify a service account, it is automatically assigned the default service account in the same {{< glossary_tooltip text="Namespace" term_id="namespace" >}}.
19-

0 commit comments

Comments
 (0)