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: - apiGroups:
- "" - ""
resources: resources:
- namespaces
- secrets - secrets
verbs: verbs:
- get - get

Loading…
Cancel
Save