Remove un-required permissions for the manager-role of the new AutoScalingRunnerSet (#2260)

This commit is contained in:
Tingluo Huang
2023-02-07 12:37:09 -05:00
committed by GitHub
parent 8f62e35f6b
commit facae69e0b
6 changed files with 6 additions and 110 deletions

View File

@@ -56,6 +56,8 @@ type EphemeralRunnerSetReconciler struct {
//+kubebuilder:rbac:groups=actions.github.com,resources=ephemeralrunnersets,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=actions.github.com,resources=ephemeralrunnersets/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=actions.github.com,resources=ephemeralrunners,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=actions.github.com,resources=ephemeralrunners/status,verbs=get
// Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state.