From aa5cb3c2ad3239bf4bebb1c12caf8a337a07cba6 Mon Sep 17 00:00:00 2001 From: radhikapc Date: Tue, 5 Dec 2017 15:21:20 -0600 Subject: [PATCH] feedback --- _data/glossary/service-account.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/service-account.yaml b/_data/glossary/service-account.yaml index ec2df2b38e..2684bc5e93 100644 --- a/_data/glossary/service-account.yaml +++ b/_data/glossary/service-account.yaml @@ -5,6 +5,6 @@ tags: - fundamental - core-object short-description: > - A service account provides an identity for processes that run in a Pod {% glossary_tooltip text="Pods" term_id="pod" %}. + Provides an identity for processes that run in a Pod {% glossary_tooltip text="Pods" term_id="pod" %}. long-description: > 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 namespace {% glossary_tooltip text="Namespace" term_id="namespace" %}.