mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
165 stars 149 forks source link

[GH-239] Add support for service account and security context in teams chart #240

Closed rrey closed 3 years ago

rrey commented 3 years ago

Summary

The mattermost team chart does not allow to specify a service account which makes impossible to use s3 with the IAM role on the service account.

Also added the securityContext block since it may be required on EKS prior to 1.19 (https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html#pod-configuration)

Ticket Link

Fixes https://github.com/mattermost/mattermost-helm/issues/239

mattermod commented 3 years ago

Hello @rrey,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.