Skip to content

Commit 7cdb344

Browse files
Update content/es/docs/tasks/run-application/access-api-from-pod.md
Co-authored-by: Victor Morales <[email protected]>
1 parent 354df79 commit 7cdb344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/tasks/run-application/access-api-from-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ APISERVER=https://kubernetes.default.svc
9494
# Path to ServiceAccount token
9595
SERVICEACCOUNT=/var/run/secrets/kubernetes.io/serviceaccount
9696

97-
# Read this Pod's namespace
97+
# Lectura del Namespace del Pod
9898
NAMESPACE=$(cat ${SERVICEACCOUNT}/namespace)
9999

100100
# Read the ServiceAccount bearer token

0 commit comments

Comments
 (0)