Skip to content

Commit

Permalink
Merge branch 'mmoisse-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
remche committed Jan 25, 2021
2 parents 5b28bf1 + 5c7281b commit 3e017a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shinyproxy/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["pods"]
verbs: ["get", "create", "delete"]
- apiGroups: [""] # "" indicates the core API group
resources: ["pods/log"]
verbs: ["get"]
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 3e017a8

Please sign in to comment.