Skip to content

Add missing roles to create ClusterRoleBinding for CodeFlare operator #509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,7 @@ metadata:
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: AppWrapper is the Schema for the AppWrapper API
displayName: AppWrapper
kind: AppWrappers
name: appwrappers.workload.codeflare.dev
version: v1beta1
- description: SchedulingSpec is the Schema for the SchedulingSpec API
displayName: SchedulingSpec
kind: SchedulingSpecs
name: schedulingspecs.workload.codeflare.dev
version: v1beta1
- description: QuotaSubtree is the Schema for the QuotaSubtree API
displayName: QuotaSubtree
kind: QuotaSubtrees
name: quotasubtrees.quota.codeflare.dev
version: v1
customresourcedefinitions: {}
description: CodeFlare allows you to scale complex pipelines anywhere
displayName: CodeFlare Operator
icon:
Expand Down
22 changes: 0 additions & 22 deletions config/rbac/admin_role.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions config/rbac/editor_role.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions config/rbac/instascale_role.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions config/rbac/instascale_role_binding.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ resources:
# if your manager will use a service account that exists at
# runtime. Be sure to update RoleBinding and ClusterRoleBinding
# subjects if changing service account names.
- admin_role.yaml
- editor_role.yaml
- service_account.yaml
- mcad_manager_role.yaml
- mcad_manager_role_binding.yaml
- role.yaml
- role_binding.yaml
- instascale_role.yaml
- instascale_role_binding.yaml
- leader_election_role.yaml
- leader_election_role_binding.yaml
- mcad-controller-ray-clusterrolebinding.yaml
- mcad-controller-ray-clusterrole.yaml
43 changes: 0 additions & 43 deletions config/rbac/mcad-controller-ray-clusterrole.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions config/rbac/mcad-controller-ray-clusterrolebinding.yaml

This file was deleted.

Loading