File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99- apiGroups :
1010 - " "
1111 resources :
12- - serviceaccount
12+ - serviceaccounts
1313 verbs :
1414 - create
1515 - delete
7979- apiGroups :
8080 - rbac.authorization.k8s.io
8181 resources :
82- - rolebinding
82+ - rolebindings
8383 verbs :
8484 - create
8585 - delete
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ type StatefulSetReconciler struct {
2929//+kubebuilder:rbac:groups=core,resources=persistentvolumeclaims,verbs=get;list;watch;create;update;patch;delete
3030//+kubebuilder:rbac:groups=batch,resources=jobs,verbs=get;list;watch;create;update;patch;delete
3131//+kubebuilder:rbac:groups=batch,resources=jobs/status,verbs=get;update;patch
32- //+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=rolebinding ,verbs=get;list;watch;create;update;patch;delete
33- //+kubebuilder:rbac:groups="",resources=serviceaccount ,verbs=get;list;watch;create;update;patch;delete
32+ //+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=rolebindings ,verbs=get;list;watch;create;update;patch;delete
33+ //+kubebuilder:rbac:groups="",resources=serviceaccounts ,verbs=get;list;watch;create;update;patch;delete
3434
3535// Reconcile is the main work loop, reacting to changes in statefulsets and initiating resizing of StatefulSets.
3636func (r * StatefulSetReconciler ) Reconcile (ctx context.Context , req ctrl.Request ) (ctrl.Result , error ) {
You can’t perform that action at this time.
0 commit comments