robusta-dev/robusta

Helm Chart: ServiceAccount enabled true/false, change name

Opened this issue · 1 comments

Is your feature request related to a problem?
ServiceAccount creation and it's name in helm chart should be optional. Sometimes in Cloud native environment you need to annotate/label K8s service account to allow permissions/access for some cloud services. ServiceAccount configuration should be more flexible in terms of enabled or not (when you want to use your own service account), and it's name (it can be connected to cloud and it's easier to rename k8s SA rather than cloud service, like managedidentity/WI).

Describe the solution you'd like

Something like this would be nice to have:

  runnerServiceAccount:
    enabled: false

or

  runnerServiceAccount:
    enabled: true
    name: my-own-sa-name

and added here https://github.com/robusta-dev/robusta/blob/master/helm/robusta/templates/runner.yaml#L29

Hi 👋, thanks for opening an issue! Please note, it may take some time for us to respond, but we'll get back to you as soon as we can!

  • 💬 Slack Community: Join Robusta team and other contributors on Slack here.
  • 📖 Docs: Find our documentation here.
  • 🎥 YouTube Channel: Watch our videos here.