Skip to content

Commit

Permalink
Merge pull request #530 from DharmitD/remove-mcad
Browse files Browse the repository at this point in the history
Remove mcad.ibm.com APIGroup
  • Loading branch information
openshift-merge-bot[bot] authored Jan 5, 2024
2 parents 3c0787b + c6abbc3 commit 6991f3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions config/internal/apiserver/role_pipeline-runner.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@ rules:
- update
- patch
- delete
- apiGroups:
- mcad.ibm.com
resources:
- appwrappers
verbs:
- create
- get
- list
- patch
- delete
- apiGroups:
- ray.io
resources:
Expand Down
10 changes: 0 additions & 10 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,6 @@ rules:
- seldondeployments
verbs:
- '*'
- apiGroups:
- mcad.ibm.com
resources:
- appwrappers
verbs:
- create
- delete
- get
- list
- patch
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down
1 change: 0 additions & 1 deletion controllers/dspipeline_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func (r *DSPAReconciler) buildCondition(conditionType string, dspa *dspav1alpha1
//+kubebuilder:rbac:groups=machinelearning.seldon.io,resources=seldondeployments,verbs=*
//+kubebuilder:rbac:groups=tekton.dev,resources=*,verbs=*
//+kubebuilder:rbac:groups=custom.tekton.dev,resources=pipelineloops,verbs=*
//+kubebuilder:rbac:groups=mcad.ibm.com,resources=appwrappers,verbs=create;get;list;patch;delete
//+kubebuilder:rbac:groups=ray.io,resources=rayclusters;rayjobs;rayservices,verbs=create;get;list;patch;delete
//+kubebuilder:rbac:groups=authorization.k8s.io,resources=subjectaccessreviews,verbs=create
//+kubebuilder:rbac:groups=authentication.k8s.io,resources=tokenreviews,verbs=create
Expand Down

0 comments on commit 6991f3a

Please sign in to comment.