feat(cloudflare): Initial release (#17)

* feat(cloudflare): Initial release

* feat(cloudflare): Update README.md
This commit is contained in:
Romain Pluciennik
2024-08-21 00:32:49 +02:00
committed by GitHub
parent 506c1dbf08
commit 316c9da542
9 changed files with 326 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{{- 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 -}}