From 5318a18ed075665ab8beaf4a4dade7939b8dd51c Mon Sep 17 00:00:00 2001 From: Joe Lombrozo Date: Wed, 6 Nov 2024 09:37:40 -0500 Subject: [PATCH] add configmap access to kubechecks --- charts/kubechecks-rbac/Chart.yaml | 2 +- charts/kubechecks-rbac/templates/role.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kubechecks-rbac/Chart.yaml b/charts/kubechecks-rbac/Chart.yaml index 42299c10..0f10090a 100644 --- a/charts/kubechecks-rbac/Chart.yaml +++ b/charts/kubechecks-rbac/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: kubechecks-rbac description: A Helm chart for kubechecks Role and RoleBinding -version: 0.4.5 +version: 0.4.6 type: application maintainers: - name: zapier diff --git a/charts/kubechecks-rbac/templates/role.yaml b/charts/kubechecks-rbac/templates/role.yaml index 754e68b7..08c849ac 100644 --- a/charts/kubechecks-rbac/templates/role.yaml +++ b/charts/kubechecks-rbac/templates/role.yaml @@ -7,5 +7,5 @@ rules: resources: ['applications', 'appprojects', 'applicationsets', 'services'] verbs: ['get', 'list', 'watch'] - apiGroups: [''] # The core API group, which is indicated by an empty string - resources: ['secrets'] - verbs: ['get', 'list', 'watch'] \ No newline at end of file + resources: ['configmaps', 'secrets'] + verbs: ['get', 'list', 'watch']