Skip to content

Commit

Permalink
feat: Add rbac kubebuilder comment for pods (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 authored Mar 31, 2024
1 parent eed3f40 commit 5dbff1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/githubapp_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var (
//+kubebuilder:rbac:groups=githubapp.samir.io,resources=githubapps/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=githubapp.samir.io,resources=githubapps/finalizers,verbs=update
//+kubebuilder:rbac:groups="",resources=secrets,verbs=get;list;update;create;delete;watch;patch
//+kubebuilder:rbac:groups="",resources=pods,verbs=get;list;update;create;delete;watch;patch

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

0 comments on commit 5dbff1c

Please sign in to comment.