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>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# With the bellow we test both container starts and that tpl is working inside extraArgs list
|
||||
extraArgs: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
|
||||
args: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
|
||||
testTpl: "--hello-world"
|
||||
|
||||
Reference in New Issue
Block a user