From b1d65209c33600456907bbcd9b1599cd60023560 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Mon, 10 May 2021 11:33:41 +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 0cde9c5..d7d390a 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.28 +version: 0.1.29 # 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 9cc5d3b..40ba5dc 100644 --- a/templates/shutdown-account.yaml +++ b/templates/shutdown-account.yaml @@ -17,7 +17,7 @@ metadata: helm.sh/hook-delete-policy: before-hook-creation helm.sh/hook-weight: "-9" rules: - - apiGroups: ["apps/v1", "apps"] + - apiGroups: ["apps/v1", "apps", ""] resources: ["statefulsets", "pods"] verbs: ["patch", "get", "list"] ---