Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,21 @@ Find the reclamation ID of the Secrets Manager service. Use that ID in the follo
ibmcloud resource reclamation-delete <reclamation-id>
```

### 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.
Expand Down