Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure we run after the AddNamespaceDecorator
The reason for this is that the `AddNamespaceDecorator` will overwrite any namespaces we might have set on our `RoleBindings` if we let it run after this decorator. Proper behavior for the `AddNamespaceDecorator` should be to not overwrite namespaces if they have been set.
- Loading branch information