Skip to content

Commit

Permalink
chore(t8s-cluster/management-cluster): remove removed field (teutonet…
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Apr 29, 2024
1 parent b9d5c87 commit d30cf03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

0 comments on commit d30cf03

Please sign in to comment.