v0.3.0
Features:
-
Include
target.separateScopes
field onDynamicClusterRole
resource: This will generate two ClusterRoles instead of one. One of them (suffixed-cluster
) is filled with cluster-wide resources and the other (siffixed-namespace
) is filled with namespaced-scoped resources.This separation is useful to attach cluster-wide resources to a subject using a ClusterRoleBinding, and attach namespace-scoped resources using RoleBindings
Fixes:
DynamicClusterRole
controller now set ownership annotations on its resulting ClusterRole resources
Contributors:
@sebastocorp @achetronic