From efec929eed32008ca5eaaefe050db1c71909500c Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 10 Mar 2024 00:29:47 +0200 Subject: [PATCH] whoopsies --- library/common/templates/class/_ingress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress.tpl index e9ebf3d0..c5d563e9 100644 --- a/library/common/templates/class/_ingress.tpl +++ b/library/common/templates/class/_ingress.tpl @@ -61,7 +61,7 @@ spec: http: paths: {{- if not $h.paths -}} {{/* If no paths given, default to "/" */}} - {{- $_ := set $h "paths" (dict "path" "/") -}} + {{- $_ := set $h "paths" (list (dict "path" "/")) -}} {{- end -}} {{- range $p := $h.paths -}} {{- $svcData = (include "tc.v1.common.lib.ingress.backend.data" (dict