Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Allow operators to exec into pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Krenair committed Sep 25, 2020
1 parent 0419eed commit 964c48a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ rules:
- patch
- update
- watch
- apiGroups: [""]
resources:
- pods/exec
verbs:
- create

- apiGroups: ["access.govsvc.uk"]
resources:
Expand Down

0 comments on commit 964c48a

Please sign in to comment.