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:
Xstar97
2023-01-15 19:52:31 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 64315d7b48
commit 07899d6867
3 changed files with 3 additions and 3 deletions
@@ -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"