We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1166c commit 8b3b27cCopy full SHA for 8b3b27c
pkg/controllers/raycluster_controller.go
@@ -232,9 +232,6 @@ func desiredOAuthClusterRoleBinding(cluster *rayv1.RayCluster) *rbacapply.Cluste
232
WithAPIGroup("rbac.authorization.k8s.io").
233
WithKind("ClusterRole").
234
WithName("system:auth-delegator"),
235
- ).
236
- WithOwnerReferences(
237
- v1.OwnerReference().WithUID(cluster.UID).WithName(cluster.Name).WithKind(cluster.Kind).WithAPIVersion(cluster.APIVersion),
238
)
239
}
240
0 commit comments