Skip to content

Commit 3a23c63

Browse files
nshadrindekobon
andcommitted
Fix spelling of 'Uri' to 'URI' in documentation.
Corrected the spelling of 'Uri' to 'URI' for consistency. (cherry picked from commit 8cac33f) Co-authored-by: Elijah Zupancic <[email protected]>
1 parent 2e875af commit 3a23c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ An alternative way to use the container image on an EKS cluster is to use a serv
464464
- Configuring a [Kubernetes service account to assume an IAM role with EKS Pod Identity](https://docs.aws.amazon.com/eks/latest/userguide/pod-id-association.html)
465465
- [Configure your pods, Deployments, etc to use the Service Account](https://docs.aws.amazon.com/eks/latest/userguide/pod-configuration.html)
466466
- As soon as the pods/deployments are updated, you will see the couple of Env Variables listed below in the pods.
467-
- `AWS_CONTAINER_CREDENTIALS_FULL_URI` - Contains the Uri of the EKS Pod Identity Agent that will provide the credentials
467+
- `AWS_CONTAINER_CREDENTIALS_FULL_URI` - Contains the URI of the EKS Pod Identity Agent that will provide the credentials
468468
- `AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE` - Contains the token which will be used to create temporary credentials using the EKS Pod Identity Agent.
469469

470470
The minimal set of resources to deploy is the same than for [Running on EKS with IAM roles for service accounts](#running-on-eks-with-iam-roles-for-service-accounts), except there is no need to annotate the service account:

0 commit comments

Comments
 (0)