Skip to content

Commit

Permalink
add configmap access to kubechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Nov 6, 2024
1 parent 6ce3f7f commit 5318a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubechecks-rbac/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/kubechecks-rbac/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
resources: ['configmaps', 'secrets']
verbs: ['get', 'list', 'watch']

0 comments on commit 5318a18

Please sign in to comment.