* fix(cloudflared) change extraArgs to args * args Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
4 lines
180 B
YAML
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"
|