We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdb344 commit 39119c9Copy full SHA for 39119c9
content/es/docs/tasks/run-application/access-api-from-pod.md
@@ -97,7 +97,7 @@ SERVICEACCOUNT=/var/run/secrets/kubernetes.io/serviceaccount
97
# Lectura del Namespace del Pod
98
NAMESPACE=$(cat ${SERVICEACCOUNT}/namespace)
99
100
-# Read the ServiceAccount bearer token
+# Lectura del bearer token del ServiceAccount
101
TOKEN=$(cat ${SERVICEACCOUNT}/token)
102
103
# Reference the internal certificate authority (CA)
0 commit comments