Skip to content

Commit

Permalink
Merge pull request ray-project#33 from sutaakar/cherrypick
Browse files Browse the repository at this point in the history
Cherrypick the ODH dev branch changes to RHDS
  • Loading branch information
riprasad authored Nov 18, 2024
2 parents ffeb819 + cabe424 commit 7054aae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/ray-project/kuberay/ray-operator v0.0.0-20220703232803-3e7749d17400
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.32.0
google.golang.org/protobuf v1.34.2
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
Expand Down
4 changes: 2 additions & 2 deletions apiserver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ray-operator/config/openshift/ray_operator_scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ requiredDropCapabilities:
runAsUser:
type: MustRunAs
uid: 1000
fsGroup:
type: MustRunAs
users:
- 'system:serviceaccount:$(namespace):kuberay-operator'

0 comments on commit 7054aae

Please sign in to comment.