2025-07-09 13:19:43 +01:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"name": "ensure inf namespace exists",
|
|
|
|
|
"function": "k8sNamespaceExists",
|
|
|
|
|
"params": ["infctl"],
|
|
|
|
|
"retryCount": 0,
|
|
|
|
|
"shouldAbort": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-07-16 17:39:09 +01:00
|
|
|
"name": "create php configmap",
|
2025-07-09 13:19:43 +01:00
|
|
|
"function": "RunCommand",
|
|
|
|
|
"params": ["./scripts/create_php_configmap_ctl.sh"],
|
|
|
|
|
"retryCount": 0,
|
|
|
|
|
"shouldAbort": true
|
|
|
|
|
}
|
|
|
|
|
]
|