Looks like we need to allow read as well

This commit is contained in:
Stefan Reimer 2020-05-18 18:25:41 +01:00
parent 3f9515a160
commit 49c183a718
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ rules:
resources:
- namespaces
verbs:
- get
- list
- update
- patch
---