Skip to content
Snippets Groups Projects
Unverified Commit 69dce73e authored by Aurel Canciu's avatar Aurel Canciu
Browse files

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: default avatarAurel Canciu <aurelcanciu@gmail.com>
parent 75d4f87d
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ rules: ...@@ -21,6 +21,7 @@ rules:
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- namespaces
- secrets - secrets
verbs: verbs:
- get - get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment