mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* Allow setting of pod service account name This makes it possible to use a serviceAccount other than the default. I need this to aid my use the chart in conjunction with GKE's [Workload Identity feature](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) which requires the use of an annotated service account for pods using Google APIs. Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com> * Enable creation of SA Based on this: https://helm.sh/docs/chart_best_practices/#role-based-access-control Made in response to: https://github.com/helm/charts/pull/15931#issuecomment-515846998 Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com> * Add notes about new variables to readme Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>