File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
internal/controller/cloudmanager/common Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments