Skip to content

Commit

Permalink
Merge pull request #482 from HumairAK/dsp_1.1.2
Browse files Browse the repository at this point in the history
Add dsp 1.1.2 manifest changes.
  • Loading branch information
HumairAK authored Aug 31, 2023
2 parents 97ae4b5 + fcda202 commit 7fdd51f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ spec:
scheme:
type: string
secure:
default: true
type: boolean
required:
- bucket
Expand Down
44 changes: 22 additions & 22 deletions data-science-pipelines-operator/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@ rules:
- seldondeployments
verbs:
- '*'
- apiGroups:
- mcad.ibm.com
resources:
- appwrappers
verbs:
- create
- delete
- get
- list
- patch
- apiGroups:
- monitoring.coreos.com
resources:
Expand All @@ -178,6 +188,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- ray.io
resources:
- rayclusters
- rayjobs
- rayservices
verbs:
- create
- delete
- get
- list
- patch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down Expand Up @@ -229,25 +251,3 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- mcad.ibm.com
resources:
- appwrappers
verbs:
- create
- get
- list
- patch
- delete
- apiGroups:
- ray.io
resources:
- rayclusters
- rayjobs
- rayservices
verbs:
- create
- get
- list
- patch
- delete

0 comments on commit 7fdd51f

Please sign in to comment.