getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow service accounts to be specified for bundles

theothertomelliott opened this issue · comments

To allow bundles to interact with resources in the same Kubernetes cluster as Gort, it will be useful to permit a service account to be specified for jobs running in Kubernetes.

This could be achieved with dynamic configuration, but even when that is available, service accounts provide a nice shortcut for performing actions against kubernetes.

Do we want to do this at the bundle level, or the application level?