Skip to content

Commit

Permalink
Merge pull request #21 from vantage-sh/daemonsets-rbac
Browse files Browse the repository at this point in the history
Add DaemonSets to Apps permissions.
  • Loading branch information
macb authored Feb 15, 2024
2 parents a587fa1 + 139475d commit 0269658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/vantage-kubernetes-agent/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- "replicasets"
- "deployments"
- "statefulsets"
- "daemonsets"
verbs: ["get", "watch", "list"]
- apiGroups: ["batch"]
resources:
Expand Down

0 comments on commit 0269658

Please sign in to comment.