mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-05-15 10:55:36 +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.