klustair / klustair-helm

Helm chart do deploy klustair with anchore
Apache License 2.0
7 stars 4 forks source link

missing rbac permissions #41

Open christianhuth opened 2 years ago

christianhuth commented 2 years ago

I'm running the release v.0.8.0 with the following values:

klustairJob:
  namespaces: ""
  rbac:
    create: true
  serviceAccount:
    create: true

I receive the following error in the jobs-logs: services is forbidden: User \"system:serviceaccount:security:klustair-job\" cannot list resource \"services\" in API group \"\" in the namespace \"security\" jobs.batch is forbidden: User \"system:serviceaccount:security:klustair-job\" cannot list resource \"jobs\" in API group \"batch\" in the namespace \"security\"

christianhuth commented 1 year ago

anybody still here @mms-gianni @srf-stefan?