Skip to content

Commit

Permalink
fix: update multiple_namespaces_role.yaml to match role.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoqin2 committed Nov 23, 2023
1 parent 07463a1 commit 990b57b
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ metadata:
name: {{ include "kuberay-operator.fullname" $ }}
namespace: {{ $namespace }}
rules:
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down Expand Up @@ -217,6 +229,18 @@ rules:
- list
- update
- watch
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
{{- if $.Values.batchScheduler.enabled }}
- apiGroups:
- scheduling.volcano.sh
Expand Down

0 comments on commit 990b57b

Please sign in to comment.