Skip to content

Commit 06d7ab1

Browse files
feat(RHOAIENG-51772): add lws and sail operator permission (#3256)
1 parent 8d352bc commit 06d7ab1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/controller/cloudmanager/common/kubebuilder_rbac.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ package common
4242
// +kubebuilder:rbac:groups="cert-manager.io",resources=certificates,verbs=get;list;watch;create;update;patch;delete
4343

4444
// sail-operator
45-
// +kubebuilder:rbac:groups="sail-operator.io",resources=istios,verbs=get;list;watch;create;patch;update;delete
45+
// +kubebuilder:rbac:groups="sailoperator.io",resources=istios,verbs=get;list;watch;create;patch;update;delete
46+
47+
// lws-operator
48+
// +kubebuilder:rbac:groups="operator.openshift.io",resources=leaderworkersetoperators,verbs=get;list;watch;create;patch;update;delete
4649

4750
// Webhook annotations for sail-operator workaround (OSSM-12397)
4851
// TODO(OSSM-12397): Remove once the sail-operator ships a fix.

0 commit comments

Comments
 (0)