mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-06 21:09:32 +00:00
f3c66ecf03
A superfluous rule is added to the ClusterRole upon creation, when the dashboard.allowWriteActions value is set to true. This commit will ensure that only a single rule is created within the ClusterRole, regardless of whether the dashboard.allowWriteActions value is enabled or not. The verbs within this rule will update accordingly.