File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
22
{{ toYaml .Values.fluentbit.imagePullSecrets | indent 4 }}
23
23
{{- end }}
24
24
positionDB :
25
- hostPath :
26
- path : /var/lib/fluent-bit/
25
+ {{- toYaml .Values.fluentbit.positionDB | nindent 4 }}
27
26
resources :
28
27
{{- toYaml .Values.fluentbit.resources | nindent 4 }}
29
28
fluentBitConfigName : fluent-bit-config
Original file line number Diff line number Diff line change @@ -120,6 +120,12 @@ fluentbit:
120
120
# Specify additional custom annotations for fluentbit-serviceaccount
121
121
serviceAccountAnnotations : {}
122
122
123
+ # Specify storage for position db. You will use it if tail input is enabled.
124
+ # # Ref: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#volumesource-v1-core
125
+ positionDB :
126
+ hostPath :
127
+ path : /var/lib/fluent-bit/
128
+
123
129
# # Reference to one or more secrets to be used when pulling images
124
130
# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
125
131
# #
You can’t perform that action at this time.
0 commit comments