Skip to content

Commit af599d8

Browse files
committed
Irrelevant Url link has been removed
1 parent 59c0879 commit af599d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kubectl get pods/<podname> -o yaml
4747
```
4848

4949
In the output, you see a field `spec.serviceAccountName`.
50-
Kubernetes [automatically](/docs/concepts/overview/working-with-objects/object-management/)
50+
Kubernetes automatically
5151
sets that value if you don't specify it when you create a Pod.
5252

5353
An application running inside a Pod can access the Kubernetes API using

0 commit comments

Comments
 (0)