Merge pull request #1284 from Fabian-Schmidt/Fabian-Schmidt-patch-1

At "list" permission for non-default namespace
This commit is contained in:
Ori Zohar 2021-03-04 10:01:14 -08:00 committed by GitHub
commit be8a8823a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get"]
verbs: ["get", "list"]
---
kind: RoleBinding