Skip to content

Commit

Permalink
Update elastic-agent-managed.yaml.tmpl clusterrole (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis authored Jun 8, 2022
1 parent dd908a8 commit 810353f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ rules:
- services
- configmaps
- serviceaccounts
- persistentvolumes
- persistentvolumeclaims
verbs: ["get", "list", "watch"]
# Enable this rule only if planing to use kubernetes_secrets provider
#- apiGroups: [""]
Expand All @@ -187,6 +189,7 @@ rules:
- statefulsets
- deployments
- replicasets
- daemonsets
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
Expand Down

0 comments on commit 810353f

Please sign in to comment.