Skip to content

Commit

Permalink
Merge pull request volcano-sh#204 from SrinivasChilveri/permission_issue
Browse files Browse the repository at this point in the history
allowing the controller to update the configmaps
  • Loading branch information
volcano-sh-bot committed May 30, 2019
2 parents f2dd60c + f762109 commit 0498992
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion installer/chart/templates/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ rules:
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "create"]
- apiGroups: [""]
resources: ["services", "configmaps"]
resources: ["services"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "list", "watch", "create", "delete", "update"]
- apiGroups: ["scheduling.incubator.k8s.io"]
resources: ["podgroups", "queues", "queues/status"]
verbs: ["get", "list", "watch", "create", "delete", "update"]
Expand Down

0 comments on commit 0498992

Please sign in to comment.