Skip to content

v0.4.0

Compare
Choose a tag to compare
@achetronic achetronic released this 09 Aug 08:24
· 4 commits to master since this release
0ccaa25

Features:

  • Add metaSelector.matchAnnotations to the subject in DynamicRoleBinding: This is useful in cases where it's not possible to select by labels as labels can not be always changed in ServiceAccounts due to company deployments, etc. For those people, now it's possible to select by matching annotations

  • Add clusterScoped flag to DynamicRoleBinding. This flag create a ClusterRoleBinding for the subjects instead of RoleBindings on selected namespaces

Contributors:
@sebastocorp @achetronic