Skip to content

Instantly share code, notes, and snippets.

@tedhtchang
Created October 13, 2023 18:03
Show Gist options
  • Save tedhtchang/5c209ff7f1bd78175971f99dff5f4043 to your computer and use it in GitHub Desktop.
Save tedhtchang/5c209ff7f1bd78175971f99dff5f4043 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: mcad-controller-ray-clusterrole
rules:
- apiGroups:
- ray.io
resources:
- rayclusters
- rayclusters/finalizers
- rayclusters/status
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- route.openshift.io
resources:
- route
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment