From 1a740ec619cf154ee081ce0eb0df302222fc9df4 Mon Sep 17 00:00:00 2001 From: wasurerarenai <537939+wasurerarenai@users.noreply.github.com> Date: Tue, 28 May 2024 07:17:59 -0500 Subject: [PATCH] Update talconfig.yaml.j2 (#1498) Fix for #1497. --- .../templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 b/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 index 4ee2634661e..ce92fbcf1cf 100644 --- a/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 +++ b/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 @@ -99,7 +99,7 @@ nodes: configFiles: #% for cf in es.configFiles %# - content: |- -#{ cf.content }# + #{ cf.content | indent(14, yes) }# mountPath: #{ cf.mountPath }# #% endfor %# #% if es.environment %#