From a0a9360851fab6fd19d655cc614f2bbb7decd875 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Mon, 10 May 2021 11:29:55 +1000 Subject: [PATCH] Fixed permissions --- Chart.yaml | 2 +- templates/shutdown-account.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 5188ceb..0cde9c5 100644 --- a/Chart.yaml +++ b/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.27 +version: 0.1.28 # 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/templates/shutdown-account.yaml b/templates/shutdown-account.yaml index 69ef63d..9cc5d3b 100644 --- a/templates/shutdown-account.yaml +++ b/templates/shutdown-account.yaml @@ -18,7 +18,7 @@ metadata: helm.sh/hook-weight: "-9" rules: - apiGroups: ["apps/v1", "apps"] - resources: ["statefulsets"] + resources: ["statefulsets", "pods"] verbs: ["patch", "get", "list"] --- kind: RoleBinding