Skip to content

Commit

Permalink
Merge pull request #165 from kajinamit/rbac-watch
Browse files Browse the repository at this point in the history
Watch RBAC resources to trigger reconcile
  • Loading branch information
openshift-merge-robot authored Jul 6, 2023
2 parents b77cd48 + 15f1f23 commit f50f0d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/horizon_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ func (r *HorizonReconciler) SetupWithManager(mgr ctrl.Manager) error {
Owns(&corev1.ConfigMap{}).
Owns(&appsv1.Deployment{}).
Owns(&routev1.Route{}).
Owns(&corev1.ServiceAccount{}).
Owns(&rbacv1.Role{}).
Owns(&rbacv1.RoleBinding{}).
Complete(r)
}

Expand Down

0 comments on commit f50f0d1

Please sign in to comment.