File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 19
19
{{- toYaml .Values.fluentbit.resources | nindent 4 }}
20
20
fluentBitConfigName : fluent-bit-config
21
21
{{- if .Values.fluentbit.namespaceFluentBitCfgSelector }}
22
+ {{- if .Values.fluentbit.hostNetwork }}
23
+ hostNetwork : {{ .Values.fluentbit.hostNetwork }}
24
+ {{- end }}
22
25
namespaceFluentBitCfgSelector :
23
26
{{ toYaml .Values.fluentbit.namespaceFluentBitCfgSelector | indent 4 }}
24
27
{{- end }}
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ fluentbit:
97
97
imagePullSecrets : []
98
98
# - name: "image-pull-secret"
99
99
secrets : []
100
+ # fluent-bit daemonset use host network
101
+ hostNetwork : false
100
102
# Pod security context for Fluent Bit pods. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
101
103
podSecurityContext : {}
102
104
# Security context for Fluent Bit container. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
You can’t perform that action at this time.
0 commit comments