From edc327ba335cf8fb6a21372987e8a68adf29312e Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Tue, 2 Jul 2024 23:21:29 -0700 Subject: [PATCH] update supervisor RBAC to allow get, list, and watch on configmaps Signed-off-by: Ashish Amarnath --- deploy/supervisor/rbac.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/supervisor/rbac.yaml b/deploy/supervisor/rbac.yaml index 2d51e383a..85a2e9efa 100644 --- a/deploy/supervisor/rbac.yaml +++ b/deploy/supervisor/rbac.yaml @@ -16,6 +16,9 @@ rules: - apiGroups: [""] resources: [secrets] verbs: [create, get, list, patch, update, watch, delete] + - apiGroups: [""] + resources: [configmaps] + verbs: [get, list, watch] - apiGroups: - #@ pinnipedDevAPIGroupWithPrefix("config.supervisor") resources: [federationdomains]