Skip to content

Commit f808e40

Browse files
committed
Onboarding: Fix RBAC annotation
1 parent 6e321d5 commit f808e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/onboarding_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ type OnboardingController struct {
7979
}
8080

8181
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=hypervisors,verbs=get;list;watch;patch
82+
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=hypervisors/status,verbs=get;list;watch;patch
8283
func (r *OnboardingController) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
8384
log := logger.FromContext(ctx).WithName(req.Name)
8485
ctx = logger.IntoContext(ctx, log)

0 commit comments

Comments
 (0)