Skip to content

Commit

Permalink
fix: remove cm name filter because it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampouille committed Sep 19, 2023
1 parent fbd7413 commit bd2017f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm/tetragon-policy-builder/templates/rbac-manage-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "list", "create", "update", "delete"]
resourceNames:
- tetragon-binaries
- apiGroups: ["cilium.io"]
resources: ["tracingpoliciesnamespaced"]
verbs: ["get", "list", "create", "update", "delete"]
Expand Down

0 comments on commit bd2017f

Please sign in to comment.