From e6955096148da4dff35ed739791000b1e58b7ff6 Mon Sep 17 00:00:00 2001 From: vadim-kharin-codefresh Date: Mon, 14 Apr 2025 18:22:38 +0300 Subject: [PATCH 1/2] Correct the PROJECT_PIPELINES_LIMIT variable on-prem documentation with correct service --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 2159cd66a..d943f3a02 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1143,7 +1143,7 @@ cfapi: ### Projects pipelines limit ```yaml -cfapi: +pipeline-manager: env: # Determines project's pipelines limit (default: 500) PROJECT_PIPELINES_LIMIT: 500 From e7c6520a7cdb04f133696a961f98c311936b0eba Mon Sep 17 00:00:00 2001 From: vadim-kharin-codefresh Date: Mon, 14 Apr 2025 18:23:26 +0300 Subject: [PATCH 2/2] Correct the PROJECT_PIPELINES_LIMIT variable on-prem documentation with correct service --- codefresh/README.md.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index 295d90812..d137da8aa 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -1148,7 +1148,7 @@ cfapi: ### Projects pipelines limit ```yaml -cfapi: +pipeline-manager: env: # Determines project's pipelines limit (default: 500) PROJECT_PIPELINES_LIMIT: 500