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 39119c9 commit 09d10dfCopy full SHA for 09d10df
content/es/docs/tasks/run-application/access-api-from-pod.md
@@ -100,7 +100,7 @@ NAMESPACE=$(cat ${SERVICEACCOUNT}/namespace)
100
# Lectura del bearer token del ServiceAccount
101
TOKEN=$(cat ${SERVICEACCOUNT}/token)
102
103
-# Reference the internal certificate authority (CA)
+# Referencia a la autoridad de certificación interna (CA)
104
CACERT=${SERVICEACCOUNT}/ca.crt
105
106
# Explore the API with TOKEN
0 commit comments