readme command line usage - to specify pipeline file name readme updated to include reasoning behind the project use native golang sqlite RunScriptCommand named in functionMap removed unused functions removed unused functions run script and pipeline example renamed functions to drop the word script and add pipeline verb
16 lines
No EOL
340 B
JSON
16 lines
No EOL
340 B
JSON
[
|
|
{
|
|
"name": "ensure inf namespace exists",
|
|
"function": "k8sNamespaceExists",
|
|
"params": ["infctl"],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
},
|
|
{
|
|
"name": "run inf redis secret",
|
|
"function": "RunCommand",
|
|
"params": ["./scripts/create_php_configmap_ctl.sh"],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
}
|
|
] |