Files
truecharts/charts/stable/cloudflared/ci/test-values.yaml
Xstar97 d6423f428e fix(cloudflared): move to stable updated docs (#3237)
* 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>
2022-07-21 12:52:50 +02:00

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"