Files
truecharts/charts/stable/cloudflared/ci/test-values.yaml
Xstar97 07899d6867 fix(cloudflared) change extraArgs to args (#6390)
* fix(cloudflared) change extraArgs to args

* args

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-15 19:52:31 +02:00

4 lines
180 B
YAML

# With the bellow we test both container starts and that tpl is working inside extraArgs list
args: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
testTpl: "--hello-world"