fix: descriptoin for php config map
This commit is contained in:
parent
be438cd0b3
commit
3ec4dbd188
2 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue