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 2222{{ toYaml .Values.fluentbit.imagePullSecrets | indent 4 }}
2323 {{- end }}
2424 positionDB :
25- hostPath :
26- path : /var/lib/fluent-bit/
25+ {{- toYaml .Values.fluentbit.positionDB | nindent 4 }}
2726 resources :
2827{{- toYaml .Values.fluentbit.resources | nindent 4 }}
2928 fluentBitConfigName : fluent-bit-config
Original file line number Diff line number Diff line change @@ -120,6 +120,12 @@ fluentbit:
120120 # Specify additional custom annotations for fluentbit-serviceaccount
121121 serviceAccountAnnotations : {}
122122
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+
123129 # # Reference to one or more secrets to be used when pulling images
124130 # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
125131 # #
You can’t perform that action at this time.
0 commit comments