Skip to content
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
10 changes: 10 additions & 0 deletions applications/katib/upstream/components/controller/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ rules:
- "watch"
- "create"
- "delete"
- apiGroups:
- trainer.kubeflow.org
resources:
- trainjobs
verbs:
- "get"
- "list"
- "watch"
- "create"
- "delete"
- apiGroups:
- kubeflow.org
resources:
Expand Down
10 changes: 10 additions & 0 deletions experimental/helm/charts/katib/templates/controller/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ rules:
- "watch"
- "create"
- "delete"
- apiGroups:
- trainer.kubeflow.org
resources:
- trainjobs
verbs:
- "get"
- "list"
- "watch"
- "create"
- "delete"
- apiGroups:
- kubeflow.org
resources:
Expand Down
Loading