Created
September 28, 2024 18:52
-
-
Save nicosingh/398c2f8c287c574d66917c25954e0807 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eks_pod_identity_associations = { | |
"sample-apps-s3-readonly" = { | |
policy_arn = "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess" | |
service_account_name = "s3-readonly" | |
service_account_namespace = "sample-apps" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment