29 lines
650 B
JSON
29 lines
650 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
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Wait for Longhorn pods to come up",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/wait_for_longhorn.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 10,
|
||
|
|
"shouldAbort": true
|
||
|
|
}
|
||
|
|
]
|