Skip to content

Commit

Permalink
replace , with ;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranakan19 committed Jun 18, 2024
1 parent 0434d35 commit c034914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/useraccount/useraccount_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Reconciler struct {

//+kubebuilder:rbac:groups=user.openshift.io,resources=identities;users;useridentitymappings,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=route.openshift.io,resources=routes,verbs=get;list;watch;update;patch;create;delete
//+kubebuilder:rbac:groups=rbac.authorization.k8s.io, resources=roles,rolebindings,verbs=get;list;delete;deletecollection
//+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=roles;rolebindings,verbs=get;list;delete;deletecollection

// Reconcile reads that state of the cluster for a UserAccount object and makes changes based on the state read
// and what is in the UserAccount.Spec
Expand Down

0 comments on commit c034914

Please sign in to comment.