-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #442 from logzio/logzio-fluentd-0.29.1
Logzio fluentd 0.29.1
- Loading branch information
Showing
12 changed files
with
55 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,8 @@ description: A Helm chart for shipping Kubernetes logs via Fluentd. | |
keywords: | ||
- logging | ||
- fluentd | ||
version: 0.29.0 | ||
version: 0.29.1 | ||
appVersion: 1.5.1 | ||
maintainers: | ||
- name: Miri Bar | ||
email: [email protected] | ||
- name: Tamir Michaeli | ||
email: [email protected] | ||
- name: Yotam loewenbach | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{{ if .Values.enabled }} | ||
{{- if .Values.fargateLogRouter.enabled }} | ||
kind: Namespace | ||
apiVersion: v1 | ||
metadata: | ||
name: aws-observability | ||
labels: | ||
aws-observability: enabled | ||
{{- end }} | ||
{{- end }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{{ if .Values.enabled }} | ||
{{- if .Values.isRBAC }} | ||
apiVersion: {{ .Values.apiVersions.clusterRole }} | ||
kind: ClusterRole | ||
metadata: | ||
name: {{ include "fluentd.fullname" . }} | ||
namespace: {{ .Release.Namespace }} | ||
rules: {{ toYaml .Values.clusterRole.rules | nindent 2 -}} | ||
{{- end }} | ||
{{- end }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{{ if .Values.enabled }} | ||
{{- if .Values.isRBAC }} | ||
apiVersion: {{ .Values.apiVersions.serviceAccount }} | ||
kind: ServiceAccount | ||
metadata: | ||
name: {{ template "fluentd.serviceAccount" . }} | ||
namespace: {{ .Release.Namespace }} | ||
{{- end }} | ||
{{- end }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters