File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ spec:
143
143
{{- if .Values.adminNamespace }}
144
144
- --admin-namespace={{ .Values.adminNamespace }}
145
145
{{- end }}
146
+ {{- if eq .Values.datasource "fs" }}
147
+ - --fs-dir={{ required "fsDatasourceDir is required for fs datasource" .Values.fsDatasourceDir }}
148
+ {{- end }}
146
149
volumeMounts :
147
150
- name : fluentconf
148
151
mountPath : /fluentd/etc
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ crdMigrationMode: false
28
28
29
29
defaultConfigmap : " fluentd-config"
30
30
31
+ # Use with datasource: fs, the fsDataSourceDir will be used for finding config files
32
+ fsDatasourceDir : " "
33
+
31
34
image :
32
35
repository : vmware/kube-fluentd-operator
33
36
pullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments