RBAC rules are scattered across the repository in various places
like examples, tests, helm charts; in the form of Roles and
ClusterRoles. This commit adds a golang test to ensure these rules
are in sync with each other. If something is not in sync then the
test will fail.
RBAC rules are scattered across the repository in various places like examples, tests, helm charts; in the form of Roles and ClusterRoles. This commit adds a golang test to ensure these rules are in sync with each other. If something is not in sync then the test will fail.
Fixes https://github.com/habitat-sh/habitat-operator/issues/347