16 lines
340 B
Text
16 lines
340 B
Text
|
|
[
|
||
|
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
]
|