Skip to content

Commit

Permalink
Move rbac.go (#599)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk authored Aug 30, 2023
1 parent bd5d2cf commit c59e7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta2/rbac.go → api/rbac.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1beta2
package api

// +kubebuilder:rbac:groups=redis.redis.opstreelabs.in,resources=rediss;redisclusters;redisreplications;redis;rediscluster;redissentinel;redissentinels;redisreplication,verbs=create;delete;get;list;patch;update;watch
// +kubebuilder:rbac:urls=*,verbs=get
Expand Down

0 comments on commit c59e7d6

Please sign in to comment.