gimlet-io / onechart

A generic Helm chart for your application deployments
https://gimlet.io/docs/reference/onechart-reference
Apache License 2.0
269 stars 46 forks source link

Feature: Create Service Account #132

Closed FacundoAcevedo closed 3 weeks ago

FacundoAcevedo commented 3 months ago

I think it would be useful to also have the possibility to create and run the deployments under a ServiceAccount, in my use case I run things that need to use an SA and an annotation to reach certain resources in AWS.

PD: I've been using these charts for months and they've made my life a lot easier, I'm really appreciate the work :D

laszlocph commented 3 months ago

Did you try the podAnnotations field and serviceAccount?