Helm vs Kustomize RBAC #153
-
Why are the RBAC rules defined here - https://github.com/bank-vaults/vault-operator/tree/main/deploy/rbac so different than what the Helm Chart generates here - https://github.com/bank-vaults/vault-operator/blob/main/deploy/charts/vault-operator/templates/role.yaml |
Beta Was this translation helpful? Give feedback.
Answered by
ramizpolic
Sep 6, 2023
Replies: 1 comment 1 reply
-
Summon @ramizpolic 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/bank-vaults/vault-operator/tree/main/deploy/rbac define RBAC generated by kubebuilder for kustomize support. Note that these policies are incomplete since we just recently started working on this. We will slowly be updating them to reflect the same policies as defined in https://github.com/bank-vaults/vault-operator/blob/main/deploy/charts/vault-operator/templates/role.yaml.
Currently, only helm installation is supported.