Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 83dd8cd

Browse files
committed
move td-agent.conf into values.yaml
1 parent 3a83304 commit 83dd8cd

File tree

4 files changed

+266
-267
lines changed

4 files changed

+266
-267
lines changed

incubator/fluentd-cloudwatch/README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,5 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
6868
$ helm install --name my-release -f values.yaml stable/fluentd-cloudwatch
6969
```
7070

71-
### Files
72-
73-
| File name | Description |
74-
|----------------------------|---------------------------------------------------|
75-
| `td-agent.conf` | Fluentd configuration file |
71+
### ConfigMap Files
72+
FluentD is configured through [td-agent.conf](http://docs.fluentd.org/articles/config-file). This file (and any others listed in `tdAgentFiles`) will be mounted into the `fluentd` pod.

incubator/fluentd-cloudwatch/td-agent.conf

-260
This file was deleted.

incubator/fluentd-cloudwatch/templates/configmap.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ metadata:
88
heritage: {{ .Release.Service | quote }}
99
release: {{ .Release.Name | quote }}
1010
data:
11-
td-agent.conf: |
12-
{{ .Files.Get "td-agent.conf" | indent 4 }}
11+
{{ toYaml .Values.tdAgentFiles | indent 2 }}

0 commit comments

Comments
 (0)