tested initial dev deployment to local k3d Reviewed-on: https://codeberg.org/headshed/infctl-cli/pulls/2 Co-authored-by: jon brookes <jon@headshed.dev> Co-committed-by: jon brookes <jon@headshed.dev>
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": "create php configmap",
|
|
"function": "RunCommand",
|
|
"params": ["./scripts/create_php_configmap_ctl.sh"],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
}
|
|
] |