From 028e85565fccf851c59335ab821f072f2daa8a3a Mon Sep 17 00:00:00 2001 From: Aibek <35672535+L1ghtman2k@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:09:36 -0400 Subject: [PATCH] Update fluentbit-fluentBit.yaml Signed-off-by: Aibek <35672535+L1ghtman2k@users.noreply.github.com> --- charts/fluent-operator/templates/fluentbit-fluentBit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/fluent-operator/templates/fluentbit-fluentBit.yaml b/charts/fluent-operator/templates/fluentbit-fluentBit.yaml index 063772208..e65f184ba 100644 --- a/charts/fluent-operator/templates/fluentbit-fluentBit.yaml +++ b/charts/fluent-operator/templates/fluentbit-fluentBit.yaml @@ -10,6 +10,7 @@ spec: {{- if .Values.fluentbit.hostNetwork }} hostNetwork: {{ .Values.fluentbit.hostNetwork }} {{- end }} + {{- if .Values.fluentbit.dnsPolicy }} dnsPolicy: {{ .Values.fluentbit.dnsPolicy }} {{- end }} @@ -88,4 +89,4 @@ spec: {{ toYaml .Values.fluentbit.serviceAccountAnnotations | indent 4 }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}