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 9003ff81a7
commit a8c2cacce4

View File

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