Replies: 1 comment 3 replies
-
It is already possible. Add IRSA annotation for service account in values For example: serviceAccount:
enabled: true
name: sentry-sa
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::000000000000:role/sentry-role |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to use AWS IRSA on ServiceAccounts to access AWS Services like (RDS, SES, S3) instead of creating secret keys and set them in
values.yaml
Beta Was this translation helpful? Give feedback.
All reactions