Skip to content

Commit 90da9f6

Browse files
authored
Merge pull request #35338 from garritfra/patch-1
Remove periods from headings
2 parents 3c14e4e + eb8aa3f commit 90da9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/configure-pod-container/configure-service-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When they do, they are authenticated as a particular Service Account (for exampl
2929

3030
<!-- steps -->
3131

32-
## Use the Default Service Account to access the API server.
32+
## Use the Default Service Account to access the API server
3333

3434
When you create a pod, if you do not specify a service account, it is
3535
automatically assigned the `default` service account in the same namespace.
@@ -68,7 +68,7 @@ spec:
6868

6969
The pod spec takes precedence over the service account if both specify a `automountServiceAccountToken` value.
7070

71-
## Use Multiple Service Accounts.
71+
## Use Multiple Service Accounts
7272

7373
Every namespace has a default service account resource called `default`.
7474
You can list this and any other serviceAccount resources in the namespace with this command:
@@ -136,7 +136,7 @@ You can clean up the service account from this example like this:
136136
kubectl delete serviceaccount/build-robot
137137
```
138138

139-
## Manually create a service account API token.
139+
## Manually create a service account API token
140140

141141
Suppose we have an existing service account named "build-robot" as mentioned above, and we create
142142
a new secret manually.

0 commit comments

Comments
 (0)