From a8c2cacce4aeac894f6e64c68e82bf55557b97f9 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Mon, 18 May 2020 18:25:41 +0100 Subject: [PATCH] Looks like we need to allow read as well --- charts/kubezero-kiam/templates/postsync-ns.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/kubezero-kiam/templates/postsync-ns.yaml b/charts/kubezero-kiam/templates/postsync-ns.yaml index 441c070d..590279f8 100644 --- a/charts/kubezero-kiam/templates/postsync-ns.yaml +++ b/charts/kubezero-kiam/templates/postsync-ns.yaml @@ -23,6 +23,8 @@ rules: resources: - namespaces verbs: + - get + - list - update - patch ---