This message was deleted.
# aws
s
This message was deleted.
p
Hi Ben — yes, you can do this a couple ways. What language are you working with; maybe i can point you in the direction of some examples?
g
Fab - thanks. I'm using TypeScript atm
p
You’ll be able to grab the ARN from the role you created, and use this to create the sa: https://www.pulumi.com/docs/reference/pkg/kubernetes/core/v1/serviceaccount/ I ran into a couple problems applying the helm chart, so I opted to have another script take care of that (including the service account) and then I went back and annotated it with the role ARN
g
Ah sweet, thanks for that - I'll give it a go
b
@gray-hamburger-90102 if you search the history in slack you should be able to find a chat with me and someone else with an example how to do this with Go.