Files
plcnk-helm-charts/hack/templates/icon.gotmpl
2024-08-16 01:09:32 +02:00

6 lines
174 B
Go Template

{{- define "custom.chart.icon" -}}
{{- with "$ICON" -}}
<img src="{{ . }}" align="right" width="92" alt="{{ template "chart.name" $ }} logo">
{{- end -}}
{{- end -}}