Skip to content

Commit

Permalink
Remove uneeded agent role rules (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Schratz <[email protected]>
  • Loading branch information
meln5674 and pat-s authored Sep 18, 2024
1 parent 40574e9 commit 1691a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/woodpecker/charts/agent/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ rules:
- apiGroups: ['']
resources:
- pods
- pods/log
verbs: ['watch','create','delete','get','list']
- apiGroups: ['']
resources:
- pods/log
verbs: ['get']
{{- end }}

0 comments on commit 1691a98

Please sign in to comment.