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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,7 +3,7 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2022.12.1@sha256:34a137bfc9bad52d83f95d203ea8bdee2f2233ae3b2c52f0dd59e2b664471c37
|
||||
|
||||
extraArgs:
|
||||
args:
|
||||
- tunnel
|
||||
- --no-autoupdate
|
||||
- run
|
||||
|
||||
Reference in New Issue
Block a user