Skip to content

Commit

Permalink
rollout needs access to replicasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Nov 2, 2024
1 parent e6b8baf commit 6c00752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/util/k8s/rollout/rollout.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const (

//+kubebuilder:rbac:groups=apps,resources=deployment,verbs=get;list;watch;update;patch
//+kubebuilder:rbac:groups=apps,resources=daemonset,verbs=get;list;watch;update;patch
//+kubebuilder:rbac:groups=apps,resources=replicaset,verbs=get;list;watch;update;patch
//+kubebuilder:rbac:groups=apps,resources=statefulset,verbs=get;list;watch;update;patch

// DoRolloutRestart handles rollout restart of object by patching with annotation
Expand Down

0 comments on commit 6c00752

Please sign in to comment.