fix: descriptoin for php config map

This commit is contained in:
Jon Brookes 2025-07-15 11:57:28 +01:00
parent be438cd0b3
commit 3ec4dbd188
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ A short, 2 step pipeline configuration can look like :
"shouldAbort": true "shouldAbort": true
}, },
{ {
"name": "run inf redis secret", "name": "create php configmap",
"function": "RunCommand", "function": "RunCommand",
"params": ["./scripts/create_php_configmap_ctl.sh"], "params": ["./scripts/create_php_configmap_ctl.sh"],
"retryCount": 0, "retryCount": 0,

View file

@ -17,7 +17,7 @@ A pipeline is a JSON array of task objects. Each task represents a single operat
"shouldAbort": true "shouldAbort": true
}, },
{ {
"name": "run inf redis secret", "name": "create php configmap",
"function": "RunCommand", "function": "RunCommand",
"params": ["./scripts/create_php_configmap_ctl.sh"], "params": ["./scripts/create_php_configmap_ctl.sh"],
"retryCount": 0, "retryCount": 0,
@ -86,7 +86,7 @@ Based on the documented examples:
"shouldAbort": true "shouldAbort": true
}, },
{ {
"name": "run inf redis secret", "name": "create php configmap",
"function": "RunCommand", "function": "RunCommand",
"params": ["./scripts/create_php_configmap_ctl.sh"], "params": ["./scripts/create_php_configmap_ctl.sh"],
"retryCount": 0, "retryCount": 0,