File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
charts/fluent-operator/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ metadata:
7
7
labels :
8
8
app.kubernetes.io/name : fluent-bit
9
9
spec :
10
+ {{- if .Values.fluentbit.hostNetwork }}
11
+ hostNetwork : {{ .Values.fluentbit.hostNetwork }}
12
+ {{- end }}
10
13
image : {{ .Values.fluentbit.image.repository }}:{{ .Values.fluentbit.image.tag }}
11
14
{{- if .Values.fluentbit.imagePullSecrets }}
12
15
imagePullSecrets :
19
22
{{- toYaml .Values.fluentbit.resources | nindent 4 }}
20
23
fluentBitConfigName : fluent-bit-config
21
24
{{- if .Values.fluentbit.namespaceFluentBitCfgSelector }}
22
- {{- if .Values.fluentbit.hostNetwork }}
23
- hostNetwork : {{ .Values.fluentbit.hostNetwork }}
24
- {{- end }}
25
25
namespaceFluentBitCfgSelector :
26
26
{{ toYaml .Values.fluentbit.namespaceFluentBitCfgSelector | indent 4 }}
27
27
{{- end }}
You can’t perform that action at this time.
0 commit comments