Skip to content

Commit 79e9c18

Browse files
authored
Merge branch 'main' into main
2 parents 8d40809 + 377758c commit 79e9c18

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

charts/log-router/templates/daemonset.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ spec:
143143
{{- if .Values.adminNamespace }}
144144
- --admin-namespace={{ .Values.adminNamespace }}
145145
{{- end }}
146+
{{- if eq .Values.datasource "fs" }}
147+
- --fs-dir={{ required "fsDatasourceDir is required for fs datasource" .Values.fsDatasourceDir }}
148+
{{- end }}
146149
volumeMounts:
147150
- name: fluentconf
148151
mountPath: /fluentd/etc

charts/log-router/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ crdMigrationMode: false
2828

2929
defaultConfigmap: "fluentd-config"
3030

31+
# Use with datasource: fs, the fsDataSourceDir will be used for finding config files
32+
fsDatasourceDir: ""
33+
3134
image:
3235
repository: vmware/kube-fluentd-operator
3336
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)