Skip to content

Commit

Permalink
Update docs/deployment/kubernetes/eks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Harrison Burt <57491488+ChillFish8@users.noreply.github.com>
  • Loading branch information
fmassot and ChillFish8 authored Oct 21, 2024
1 parent 99c372c commit 72b1ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/kubernetes/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ cat > s3-role.json << EOF
"Condition": {
"StringEquals": {
"oidc.eks.${REGION}.amazonaws.com/id/${CLUSTER_ID}:aud": "sts.amazonaws.com",
"oidc.eks.${REGION}.amazonaws.com/id/${CLUSTER_ID}:sub": "system:serviceaccount:${S3_BUCKET}:${SERVICE_ACCOUNT_NAME}"
"oidc.eks.${REGION}.amazonaws.com/id/${CLUSTER_ID}:sub": "system:serviceaccount:${NAMESPACE}:${SERVICE_ACCOUNT_NAME}"
}
}
}
Expand Down

0 comments on commit 72b1ee6

Please sign in to comment.