From b77b765a6db2c79c123671f924fb557378b41f6a Mon Sep 17 00:00:00 2001 From: Om More <51229945+thisisommore@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:50:18 +0530 Subject: [PATCH] Allow replicasets to role --- charts/roles/templates/role.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/roles/templates/role.yml b/charts/roles/templates/role.yml index 447c70f..09f1dda 100644 --- a/charts/roles/templates/role.yml +++ b/charts/roles/templates/role.yml @@ -13,5 +13,6 @@ rules: "services", "statefulsets", "secrets", + "replicasets" ] verbs: ["get", "patch", "create", "watch", "list", "delete"]