From 4cdd0d6488f36e4a1553eed4d99b37492a345317 Mon Sep 17 00:00:00 2001 From: Chwila Date: Mon, 16 Dec 2024 09:17:55 +0100 Subject: [PATCH] Add RBAC --- config/rbac/role.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index d857d91f0..b6ca0e290 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -189,6 +189,19 @@ rules: - patch - update - watch +- apiGroups: + - k8s.cni.cncf.io + resources: + - networkattachmentdefinitions + verbs: + - create + - deletecollection + - delete + - get + - list + - patch + - update + - watch - apiGroups: - autoscaling resources: