redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

Add RBAC rules for operator so it can manage users #1527

Closed andrewstucki closed 2 months ago

andrewstucki commented 2 months ago

This adds the RBAC rules necessary for the operator to manage the new User resource we're adding. In order for this to pass tests I had to skip the TestChartDifferences test since that ensures that the same manifests render between operator releases, which is not the case here where we're adding some stuff to the operator manifests.