Skip to content

Commit

Permalink
Merge pull request #25 from JupiterOne/add-watch-permission
Browse files Browse the repository at this point in the history
add watch permission for pods
  • Loading branch information
RonaldEAM authored Feb 6, 2024
2 parents 94c9dd5 + 82f9bdc commit e797f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/graph-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: graph-kubernetes
description: Converts K8s resources into a graph model for ingestion into JupiterOne.
type: application
version: 2.0.0
version: 2.0.1
appVersion: "2.0.0"
1 change: 1 addition & 0 deletions charts/graph-kubernetes/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rules:
- secrets
verbs:
- list
- watch
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit e797f1b

Please sign in to comment.