diff --git a/charts/t8s-cluster/templates/management-cluster/clusterClass/openStackMachineTemplates/_helpers.tpl b/charts/t8s-cluster/templates/management-cluster/clusterClass/openStackMachineTemplates/_helpers.tpl index 7d2e2e67b..12cbec877 100644 --- a/charts/t8s-cluster/templates/management-cluster/clusterClass/openStackMachineTemplates/_helpers.tpl +++ b/charts/t8s-cluster/templates/management-cluster/clusterClass/openStackMachineTemplates/_helpers.tpl @@ -26,7 +26,7 @@ {{- $securityGroups = append $securityGroups "default" | sortAlpha | uniq }} {{- $securityGroupsObject := list -}} {{- range $name := $securityGroups -}} - {{- $securityGroupsObject = append $securityGroupsObject (dict "filter" (dict) "name" $name)}} + {{- $securityGroupsObject = append $securityGroupsObject (dict "name" $name)}} {{- end -}} {{- toYaml $securityGroupsObject -}} {{- end -}}