Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Make creating of roles and rolebindings configurable #143

Open
faroukbi opened this issue Mar 14, 2024 · 0 comments
Open

[Enhancement] Make creating of roles and rolebindings configurable #143

faroukbi opened this issue Mar 14, 2024 · 0 comments

Comments

@faroukbi
Copy link

In shared k8s clusters, users could lack the possibility to create roles and rolebindings for every Helm release. Using therefore the helm charts provided in this repo in such an environment wouldn't be possible.

Making the creation of a role and a rolebinding configurable, in values.yaml, would help in this case. Both can be created in advance and shared among all Solace Helm releases.

This enhancement can be implemented by adding a role.create and roleBinding.create flags.

  • If role.create and roleBinding.create are set to false, nothing is created.
  • If role.create is set to false and roleBinding.create is set to true, then a roleBinding.roleRef has to be specified. A roleBinding will be created and will reference the specified role.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant