Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

added services and jobs to clusterrole #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions klustair/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
- deployments
- podtemplates
- replicationcontrollers
- services
- serviceaccounts
verbs:
- get
Expand All @@ -30,6 +31,7 @@ rules:
- batch
resources:
- cronjobs
- jobs
verbs:
- get
- list
Expand Down