Skip to content

Commit 09d10df

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

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
@@ -100,7 +100,7 @@ NAMESPACE=$(cat ${SERVICEACCOUNT}/namespace)
100100
# Lectura del bearer token del ServiceAccount
101101
TOKEN=$(cat ${SERVICEACCOUNT}/token)
102102

103-
# Reference the internal certificate authority (CA)
103+
# Referencia a la autoridad de certificación interna (CA)
104104
CACERT=${SERVICEACCOUNT}/ca.crt
105105

106106
# Explore the API with TOKEN

0 commit comments

Comments
 (0)