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:
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
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ crdMigrationMode: false
2828
2929defaultConfigmap : " fluentd-config"
3030
31+ # Use with datasource: fs, the fsDataSourceDir will be used for finding config files
32+ fsDatasourceDir : " "
33+
3134image :
3235 repository : vmware/kube-fluentd-operator
3336 pullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments