Skip to content

Commit 6c6d30d

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

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
@@ -103,7 +103,7 @@ TOKEN=$(cat ${SERVICEACCOUNT}/token)
103103
# Referencia a la autoridad de certificación interna (CA)
104104
CACERT=${SERVICEACCOUNT}/ca.crt
105105

106-
# Explore the API with TOKEN
106+
# Explora la API con TOKEN
107107
curl --cacert ${CACERT} --header "Authorization: Bearer ${TOKEN}" -X GET ${APISERVER}/api
108108
```
109109

0 commit comments

Comments
 (0)