Update content/es/docs/tasks/run-application/access-api-from-pod.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
This commit is contained in:
parent
39119c937d
commit
09d10df5a7
|
|
@ -100,7 +100,7 @@ NAMESPACE=$(cat ${SERVICEACCOUNT}/namespace)
|
|||
# Lectura del bearer token del ServiceAccount
|
||||
TOKEN=$(cat ${SERVICEACCOUNT}/token)
|
||||
|
||||
# Reference the internal certificate authority (CA)
|
||||
# Referencia a la autoridad de certificación interna (CA)
|
||||
CACERT=${SERVICEACCOUNT}/ca.crt
|
||||
|
||||
# Explore the API with TOKEN
|
||||
|
|
|
|||
Loading…
Reference in New Issue