From 3245b62e7421e432315f506b40a378bb85ff56a1 Mon Sep 17 00:00:00 2001 From: Nikita Korolev Date: Thu, 16 Apr 2026 18:25:52 +0300 Subject: [PATCH] fix(ci): render nfs cluster Signed-off-by: Nikita Korolev --- test/dvp-static-cluster/charts/infra/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dvp-static-cluster/charts/infra/templates/_helpers.tpl b/test/dvp-static-cluster/charts/infra/templates/_helpers.tpl index 76c9321503..e434a39372 100644 --- a/test/dvp-static-cluster/charts/infra/templates/_helpers.tpl +++ b/test/dvp-static-cluster/charts/infra/templates/_helpers.tpl @@ -35,6 +35,7 @@ spec: {{- range $i, $v := $cfg.additionalDisks }} - kind: VirtualDisk name: {{ printf "%s-%d" $name $i }} +{{- end }} {{- end }} networks: - type: Main @@ -130,5 +131,4 @@ spec: {{- end }} {{- end }} {{- end }} -{{- end }} {{- end }} \ No newline at end of file