Skip to content

Commit

Permalink
add get rbac for all k8s resources
Browse files Browse the repository at this point in the history
  • Loading branch information
rcohencyberarmor committed Dec 13, 2022
1 parent 6658a57 commit dd5f57c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubescape_sneeffer_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
name: kubescape-sneeffer-cluster-role
namespace: default
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["get"]
- apiGroups: ["*"]
resources: ["pods"]
verbs: ["watch"]
Expand Down

0 comments on commit dd5f57c

Please sign in to comment.