Skip to content

Commit

Permalink
helm: adds watch permission for core kubernetes api client
Browse files Browse the repository at this point in the history
* Addresses reanahub/reana-job-controller/issue/3
  • Loading branch information
Rokas Maciulaitis committed Feb 14, 2020
1 parent 95375b6 commit 48ebce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/reana/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["nodes", "nodes/status", "pods", "pods/log", "secrets", "persistentvolumeclaims", "configmaps"]
verbs: ["get", "list", "create", "update"]
verbs: ["get", "list", "create", "update", "watch"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
verbs: ["*"]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
install_requires = [
'click>=7',
'colorama>=0.3.9',
'pydocstyle==3.0,0'
]


Expand Down

0 comments on commit 48ebce3

Please sign in to comment.