redpanda-data / helm-charts

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

operator: synchronize `{Cluster,}Roles` with operator manifests #1595

Open chrisseto opened 4 days ago

chrisseto commented 4 days ago

Prior to this commit the operator chart's declared permissions had grown out of sync with those declared by the operator itself. This commit re-synchronizes the permissions, adds in regression tests to prevent such drift from happening again, and releases the updated chart.

chrisseto commented 4 days ago

Wait on https://github.com/redpanda-data/redpanda-operator/pull/301 to be merged and for a release to be cut.