diff --git a/README.md b/README.md index d8d221a..0e30eb1 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,21 @@ Find the reclamation ID of the Secrets Manager service. Use that ID in the follo ibmcloud resource reclamation-delete ``` +### Why does the deployment fail when creating pipeline properties? + +This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created. + +The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and OCP variations. The error will typically contain this message: + +``` +"errors": [ + { + "code": 403, + "message": "Continuous Delivery service required" + } +] +``` + ## Customization options Many customizations are possible with this architecture. These are some common options.