Skip to content

Commit

Permalink
Cherry-pick elastic#20546 to 7.9: Add service resource in k8s cluster…
Browse files Browse the repository at this point in the history
… role (elastic#20553)

* Add service resource in k8s cluster role (elastic#20546)


(cherry picked from commit e9b5b16)

* Update CHANGELOG.next.asciidoc
  • Loading branch information
ChrsMark committed Aug 11, 2020
1 parent a087c67 commit f9cb311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix seccomp policy for calls to `chmod` and `chown`. {pull}20054[20054]
- Output errors when Kibana index pattern setup fails. {pull}20121[20121]
- Fix issue in autodiscover that kept inputs stopped after config updates. {pull}20305[20305]
- Add service resource in k8s cluster role. {pull}20546[20546]

*Auditbeat*

Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/metricbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ rules:
- events
- pods
- secrets
- services
verbs: ["get", "list", "watch"]
- apiGroups: ["extensions"]
resources:
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/metricbeat/metricbeat-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
- events
- pods
- secrets
- services
verbs: ["get", "list", "watch"]
- apiGroups: ["extensions"]
resources:
Expand Down

0 comments on commit f9cb311

Please sign in to comment.