From 030e7388bcb37a969696e10693b066bcd7b6e885 Mon Sep 17 00:00:00 2001 From: Georgi Chulkov Date: Mon, 11 Mar 2024 12:25:24 +0100 Subject: [PATCH] Fix incorrect RBAC rules --- config/rbac/role.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 6c76acc..7f4c2bd 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -21,6 +21,17 @@ rules: - patch - update - watch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - create + - get + - list + - patch + - update + - watch - apiGroups: - authentication.k8s.io resources: