From 49c183a71892e447f59ff063f3199df5778b911d 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 441c070..590279f 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 ---