mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 18:31:22 -03:00
Update library/common/templates/lib/ingress/integrations/_homepage.tpl
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{{- $name := $homepage.name | default ($rootCtx.Chart.Name | camelcase) -}}
|
||||
{{- $desc := $homepage.description | default $rootCtx.Chart.Description -}}
|
||||
{{- $icon := $homepage.icon | default $rootCtx.Chart.Icon -}}
|
||||
{{- $type := $homepage.widget.type | default ($rootCtx.Chart.Name | lower) -}}
|
||||
{{- $type := ( $homepage.widget.type | default $rootCtx.Chart.Name ) | lower -}}
|
||||
{{- $type = regexReplaceAll "\\W+" $type "" -}}
|
||||
{{- $url := $homepage.widget.url -}}
|
||||
{{- $href := $homepage.href -}}
|
||||
|
||||
Reference in New Issue
Block a user