From 7e6fae19dcdd5359fddd0fdb7a5c3191e7f47119 Mon Sep 17 00:00:00 2001 From: aisling-mls Date: Tue, 6 Jan 2026 15:57:39 -0500 Subject: [PATCH] Move block to correct heading --- charts/newrelic-logging/templates/daemonset.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/charts/newrelic-logging/templates/daemonset.yaml b/charts/newrelic-logging/templates/daemonset.yaml index af6480c352..1574c26b00 100644 --- a/charts/newrelic-logging/templates/daemonset.yaml +++ b/charts/newrelic-logging/templates/daemonset.yaml @@ -159,6 +159,11 @@ spec: - name: fb-db-pvc mountPath: /db {{- end }} + {{- if eq $.Values.fluentBit.fluentBitMetrics "basic" }} + - name: lua-scripts + mountPath: /fluent-bit/scripts + readOnly: true + {{- end }} {{- if .Values.extraVolumeMounts }} {{- toYaml .Values.extraVolumeMounts | nindent 12 }} {{- end }} @@ -166,12 +171,6 @@ spec: ports: {{ toYaml .Values.exposedPorts | nindent 12 }} {{- end }} {{- if .Values.resources }} - {{- if eq $.Values.fluentBit.fluentBitMetrics "basic" }} - - - name: lua-scripts - mountPath: /fluent-bit/scripts - readOnly: true - {{- end }} resources: {{ toYaml .Values.resources | indent 12 }} {{- end }}