From 024cfefe5b369c636a7c59c5f178b16fe9d5c9a9 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Fri, 22 Nov 2024 11:00:16 +0100 Subject: [PATCH] Added missing permission to list pods. (#12) --- helm/Chart.yaml | 2 +- helm/values.yaml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8ecc666..cb36400 100644 --- a/helm/Chart.yaml +++ b/helm/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.2 +version: 0.1.3 # 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/helm/values.yaml b/helm/values.yaml index f973941..739c7b7 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -34,11 +34,8 @@ serviceAccount: resources: [services, services/status] verbs: [get, list, patch, update, watch] - apiGroups: [""] - resources: [nodes] + resources: [nodes, pods] verbs: [get, list, watch] - # - apiGroups: ["apps/v1"] - # resources: ["deployments"] - # verbs: ["get", "list"] podAnnotations: {} podLabels: {}