Files
plcnk-helm-charts/charts/cloudflare-tunnel/README_CONFIG.md.gotmpl
Romain Pluciennik 316c9da542 feat(cloudflare): Initial release (#17)
* feat(cloudflare): Initial release

* feat(cloudflare): Update README.md
2024-08-21 00:32:49 +02:00

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 -}}