Skip to content

Commit

Permalink
adds to kubebuilder tags (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinkyfingers authored Nov 22, 2021
1 parent 2822f6a commit efa1583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ rules:
verbs:
- create
- delete
- list
- patch
- update
- list
- watch
- apiGroups:
- ""
Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/app_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const (
// +kubebuilder:rbac:groups="traefik.containo.us",resources=ingressroutes/status,verbs=get;update;patch
// +kubebuilder:rbac:groups="traefik.containo.us",resources=traefikservices,verbs=get;list;watch;create;update;patch;delete
// +kubebuilder:rbac:groups="traefik.containo.us",resources=traefikservices/status,verbs=get;update;patch
// +kubebuilder:rbac:groups="",resources=events,verbs=create;patch;update;delete
// +kubebuilder:rbac:groups="",resources=events,verbs=create;patch;update;delete;list;watch
// +kubebuilder:rbac:groups=coordination.k8s.io,resources=leases,verbs=get;list;create;update

func (r *AppReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
Expand Down

0 comments on commit efa1583

Please sign in to comment.