mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-12 01:15:46 +08:00
4 lines
185 B
YAML
4 lines
185 B
YAML
# With the bellow we test both container starts and that tpl is working inside extraArgs list
|
|
extraArgs: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
|
|
testTpl: "--hello-world"
|