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
# Include are the namespaces for which you want to watch cluster administrator role and IAM rolebinings, while exclude are the namespaces you explicitly do not want to watch
namespaceSelector:
include: ["*"]
exclude: ["kube-system"]
#labelSelector:
#env: "production"
# Can be enforce or inform, however enforce doesn't do anything with regards to this controller
remediationAction: inform # enforce or inform
severity: medium # low, medium, or high
# Maximum number of cluster role binding still valid before it is considered as non-compliant
maxClusterRoleBindingUsers: 5
# ClusterRole: <Optional: Cluster role referenced in the cluster role bindings, default to cluster-admin.>