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.
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.