Skip to content

Commit

Permalink
Give fluent-bit role access to kubelet metrics (#533) (#533)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rudyk <alr@me.com>
  • Loading branch information
aler committed Jul 23, 2024
1 parent c1ef5bc commit 665d4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- logging
- fluent-bit
- fluentd
version: 0.47.3
version: 0.47.4
appVersion: 3.1.3
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
home: https://fluentbit.io/
Expand All @@ -23,4 +23,4 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated Fluent Bit OCI image to v3.1.3."
description: "Give fluent-bit role access to kubelet metrics."
1 change: 1 addition & 0 deletions charts/fluent-bit/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rules:
- pods
{{- if .Values.rbac.nodeAccess }}
- nodes
- nodes/metrics
- nodes/proxy
{{- end }}
{{- if .Values.rbac.eventsAccess }}
Expand Down

0 comments on commit 665d4d6

Please sign in to comment.