forked from github-mirrorer/plcnk-helm-charts
6 lines
174 B
Go Template
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 -}}
|