hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.

Home Page:https://hashicorp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to skip RBAC resource creation in helm chart

rgaduput opened this issue · comments

Is your feature request related to a problem? Please describe.
Right now its not possible to install VSO in a cluster with restricted user permissions since it does not support a way to skip RBAC resources creation (ClusterRole, ClusterRoleBinding, Role, RoleBinding).

Describe the solution you'd like
Option in the chart to skip rbac resources creation,