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 12:52:31 -05:00
committed by GitHub
parent 64315d7b48
commit 07899d6867
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
- https://hub.docker.com/r/cloudflare/cloudflared
type: application
version: 3.0.11
version: 3.0.12
annotations:
truecharts.org/catagories: |
- network

View File

@@ -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"

View File

@@ -3,7 +3,7 @@ image:
pullPolicy: IfNotPresent
tag: 2022.12.1@sha256:34a137bfc9bad52d83f95d203ea8bdee2f2233ae3b2c52f0dd59e2b664471c37
extraArgs:
args:
- tunnel
- --no-autoupdate
- run