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