Skip to content

Commit

Permalink
update rbac markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrought committed May 27, 2022
1 parent 9f85cc4 commit 06c1bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/notificationmanager_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type NotificationManagerReconciler struct {
// +kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;list;watch;create;update;patch;delete
// +kubebuilder:rbac:groups=core,resources=services,verbs=get;list;watch;create;update;patch;delete
// +kubebuilder:rbac:groups=core,resources=secrets,verbs=get;list;watch
// +kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=rolebindings,verbs=get;list;watch;
// +kubebuilder:rbac:groups=core,resources=configmaps,verbs=get;list;watch

func (r *NotificationManagerReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
ctx := context.Background()
Expand Down

0 comments on commit 06c1bdb

Please sign in to comment.