From 8a7136b14a1984354b79178e53a7d1c55d1def5e Mon Sep 17 00:00:00 2001 From: DAVINDER PAL Date: Mon, 23 Dec 2024 13:55:01 +0530 Subject: [PATCH] Update statefulset-backend.yaml Signed-off-by: DAVINDER PAL --- production/helm/loki/templates/backend/statefulset-backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/templates/backend/statefulset-backend.yaml b/production/helm/loki/templates/backend/statefulset-backend.yaml index bf2e18da80b4a..3d52c58d8103f 100644 --- a/production/helm/loki/templates/backend/statefulset-backend.yaml +++ b/production/helm/loki/templates/backend/statefulset-backend.yaml @@ -213,7 +213,7 @@ spec: {{- end }} {{- with .Values.backend.dnsConfig }} dnsConfig: - {{- tpl . $ | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.backend.nodeSelector }} nodeSelector: