Allow namespaces readonly crd-controller rbac

Readonly access to namespaces is needed by the
image-reflector-controller to support the cross-namespace accessFrom
functionality introduced in image-reflector-controller#162.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
pull/1938/head
Aurel Canciu 3 years ago
parent 75d4f87dec
commit 69dce73e51
No known key found for this signature in database
GPG Key ID: AB25339971E6F81E

@ -21,6 +21,7 @@ rules:
- apiGroups:
- ""
resources:
- namespaces
- secrets
verbs:
- get

Loading…
Cancel
Save