11 lines
211 B
JSON
11 lines
211 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Install metallb",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/install_metallb.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
}
|
||
|
|
]
|