From 3ec4dbd1886063a6ef3db9007a4544b835ec5c4f Mon Sep 17 00:00:00 2001 From: jon brookes Date: Tue, 15 Jul 2025 11:57:28 +0100 Subject: [PATCH] fix: descriptoin for php config map --- src/content/docs/guides/configuration.md | 2 +- src/content/docs/reference/configuration-schema.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,