forked from github-mirrorer/plcnk-helm-charts
16 lines
439 B
Go Template
16 lines
439 B
Go Template
{{- define "custom.chart.name" -}}
|
|
# {{ .Name }}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
> [!NOTE]
|
|
> This chart only supports the **remotely-managed** (dashboard) version of Cloudflare Tunnel.
|
|
> The **locally-managed** (CLI) version is currently **not supported**.
|
|
{{- end -}}
|