Skip to content

Commit

Permalink
Merge pull request #2683 from pingliu/v2.4.x
Browse files Browse the repository at this point in the history
fix arn
  • Loading branch information
AnthonyTsu1984 committed Jun 27, 2024
2 parents e40b2f2 + 62d5f73 commit e7b40ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/adminGuide/clouds/aws/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You can set up the required AWS resources, including an AWS S3 bucket and an EKS
namespace: milvus
labels: {aws-usage: "milvus"}
attachPolicyARNs:
- "MilvusS3ReadWrite_Policy_ARN"
- "MilvusS3ReadWrite_Policy_ARN" # arn:aws:iam::12345678901:policy/MilvusS3ReadWrite

managedNodeGroups:
- name: milvus-node-group
Expand Down

0 comments on commit e7b40ec

Please sign in to comment.