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

Commit

Permalink
Update ADR043 to add operator pod exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Krenair committed Oct 5, 2020
1 parent 964c48a commit 64c06a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/architecture/adr/ADR043-k8s-resource-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,11 @@ rules:
- patch
- update
- watch
- apiGroups: [""]
resources:
- pods/exec
verbs:
- create

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

0 comments on commit 64c06a4

Please sign in to comment.