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']