diff --git a/library/common/templates/lib/ingress/integrations/_homepage.tpl b/library/common/templates/lib/ingress/integrations/_homepage.tpl index 642afd0a..09264d01 100644 --- a/library/common/templates/lib/ingress/integrations/_homepage.tpl +++ b/library/common/templates/lib/ingress/integrations/_homepage.tpl @@ -4,7 +4,7 @@ {{- $homepage := $objectData.integrations.homepage -}} {{- if and $homepage $homepage.enabled -}} - {{- if not $homepage.widget -}} + {{- if not (hasKey $homepage.widget) -}} {{- $_ := set $objectData.integrations.homepage "widget" dict -}} {{- end -}}