Skip to content

Commit

Permalink
add get permissions in the rbac only for k8s workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
rcohencyberarmor committed Dec 22, 2022
1 parent cbabdfc commit edb6eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubescape_sneeffer_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
namespace: default
rules:
- apiGroups: ["*"]
resources: ["*"]
resources: ["pods", "nodes", "deployments", "daemonsets", "statefulsets", "jobs", "cronjobs", "replicasets"]
verbs: ["get"]
- apiGroups: ["*"]
resources: ["pods"]
Expand Down

0 comments on commit edb6eb4

Please sign in to comment.