Skip to content

Commit

Permalink
Add DaemonSets to Apps permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
macb committed Feb 15, 2024
1 parent a587fa1 commit 139475d
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 139475d

Please sign in to comment.