opensearch-project / opensearch-k8s-operator

OpenSearch Kubernetes Operator
Apache License 2.0
365 stars 192 forks source link

Add the capability to use RoleBindings instead of ClusterRoleBindings #841

Open nilushancosta opened 3 weeks ago

nilushancosta commented 3 weeks ago

Description

This PR introduces a new key to the Helm values named useRoleBindings which when set to true creates Kubernetes RoleBindings instead of ClusterRoleBindings

Issues Resolved

Closes https://github.com/opensearch-project/opensearch-k8s-operator/issues/831

Check List

If CRDs are changed:

Please refer to the PR guidelines before submitting this pull request.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.