20 lines
420 B
JSON
20 lines
420 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Install Helm",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/helm_check_install.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Install traefik",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/install_traefik.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
}
|
||
|
|
]
|