From 3e5e588641c9a173757ee0f6ed8671f875ca7446 Mon Sep 17 00:00:00 2001 From: "Homayoon (Hue) Alimohammadi" Date: Wed, 16 Oct 2024 12:14:23 +0400 Subject: [PATCH] Update role.yaml file --- controlplane/config/rbac/role.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/controlplane/config/rbac/role.yaml b/controlplane/config/rbac/role.yaml index ec2334e9..3c128186 100644 --- a/controlplane/config/rbac/role.yaml +++ b/controlplane/config/rbac/role.yaml @@ -48,6 +48,23 @@ rules: - patch - update - watch +- apiGroups: + - cluster.x-k8s.io + resources: + - machinesets + - machinesets/status + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - create + - delete + - get - apiGroups: - "" resources: