* fix(cloudflared): move to stable updated docs * Apply suggestions from code review * revert commons version back to 10.4.4 * update cloudflared * restore files * Update charts/stable/cloudflared/docs/installation_notes.md * Update charts/stable/cloudflared/Chart.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
4 lines
185 B
YAML
4 lines
185 B
YAML
# With the bellow we test both container starts and that tpl is working inside extraArgs list
|
|
extraArgs: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
|
|
testTpl: "--hello-world"
|