Skip to content

Commit d6faf2f

Browse files
committed
Made create+patch permissions explicit
1 parent 201b8e2 commit d6faf2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/simplyblockstoragenodeset_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ var (
113113
// +kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=clusterroles,verbs=get;list;watch;create;update;patch;delete
114114
// +kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=clusterrolebindings,verbs=get;list;watch;create;update;patch;delete
115115
// +kubebuilder:rbac:groups=cert-manager.io,resources=certificates,verbs=get;list;watch;create;update;patch;delete
116-
// +kubebuilder:rbac:groups="",resources=events,verbs=get;list;watch
116+
// +kubebuilder:rbac:groups="",resources=events,verbs=get;list;watch;create;patch
117117

118118
// Reconcile is part of the main kubernetes reconciliation loop which aims to
119119
// move the current state of the cluster closer to the desired state.

0 commit comments

Comments
 (0)