diff --git a/src/content/docs/guides/configuration.md b/src/content/docs/guides/configuration.md index 60fee3a..6e4ff47 100644 --- a/src/content/docs/guides/configuration.md +++ b/src/content/docs/guides/configuration.md @@ -19,7 +19,7 @@ A short, 2 step pipeline configuration can look like : "shouldAbort": true }, { - "name": "run inf redis secret", + "name": "create php configmap", "function": "RunCommand", "params": ["./scripts/create_php_configmap_ctl.sh"], "retryCount": 0, diff --git a/src/content/docs/reference/configuration-schema.md b/src/content/docs/reference/configuration-schema.md index d897d6a..50ddb4f 100644 --- a/src/content/docs/reference/configuration-schema.md +++ b/src/content/docs/reference/configuration-schema.md @@ -17,7 +17,7 @@ A pipeline is a JSON array of task objects. Each task represents a single operat "shouldAbort": true }, { - "name": "run inf redis secret", + "name": "create php configmap", "function": "RunCommand", "params": ["./scripts/create_php_configmap_ctl.sh"], "retryCount": 0, @@ -86,7 +86,7 @@ Based on the documented examples: "shouldAbort": true }, { - "name": "run inf redis secret", + "name": "create php configmap", "function": "RunCommand", "params": ["./scripts/create_php_configmap_ctl.sh"], "retryCount": 0,