Skip to content

Commit

Permalink
reduce the scope to only what's necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Jan 12, 2024
1 parent d0614c1 commit 9149222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubechecks/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubechecks
description: A Helm chart for kubechecks
version: 0.4.2
version: 0.4.3
appVersion: "1.3.3"
type: application
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubechecks/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: ClusterRole
metadata:
name: {{ include "kubechecks.fullname" . }}
rules:
- apiGroups: ['*']
- apiGroups: ['argoproj.io']
resources: ['applications', 'appprojects', 'services']
verbs: ['*']
verbs: ['get', 'list', 'watch']

0 comments on commit 9149222

Please sign in to comment.