Skip to content

Commit 39119c9

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

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
@@ -97,7 +97,7 @@ SERVICEACCOUNT=/var/run/secrets/kubernetes.io/serviceaccount
9797
# Lectura del Namespace del Pod
9898
NAMESPACE=$(cat ${SERVICEACCOUNT}/namespace)
9999

100-
# Read the ServiceAccount bearer token
100+
# Lectura del bearer token del ServiceAccount
101101
TOKEN=$(cat ${SERVICEACCOUNT}/token)
102102

103103
# Reference the internal certificate authority (CA)

0 commit comments

Comments
 (0)