You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't set a role binding name like "myname-view", because the logic checks that at least one deployment with the same name exists.
If we do not set any role binding name, it will use the name of the first deployment resource found. So, if we provide custom resource that adds at least one additional deployment (for example, with the name "myotherdeployment", the role binding name will use this deployment name plus the role name, which is not consistent with the behavior when not adding custom resources.
The text was updated successfully, but these errors were encountered:
There are two issues in regards to the AddRoleBindingResourceDecorator:
The text was updated successfully, but these errors were encountered: