Skip to content

Service account fix

I've fixed some issues regarding to service account:

  • if rbac.create is true and rbac.serviceAccountName is specified, use it instead of using the chart's fullname
  • if rbac.serviceAccountName is specified or if rbac.create is true, use the created service account on the job pods

Merge request reports