From 5f48f06f18502020acf5000467b3db9e6ff31d41 Mon Sep 17 00:00:00 2001 From: Om More <51229945+thisisommore@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:52:20 +0530 Subject: [PATCH] Allow replicasets to role --- charts/roles/Chart.yaml | 2 +- charts/roles/templates/role.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/roles/Chart.yaml b/charts/roles/Chart.yaml index 1976a02..17c4c49 100644 --- a/charts/roles/Chart.yaml +++ b/charts/roles/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to 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"]