Skip to content

Commit f5a89df

Browse files
authored
Merge branch 'main' into inputs_outputs
2 parents f4aa34d + fe48e3b commit f5a89df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,21 @@ Find the reclamation ID of the Secrets Manager service. Use that ID in the follo
164164
ibmcloud resource reclamation-delete <reclamation-id>
165165
```
166166

167+
### Why does the deployment fail when creating pipeline properties?
168+
169+
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.
170+
171+
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:
172+
173+
```
174+
"errors": [
175+
{
176+
"code": 403,
177+
"message": "Continuous Delivery service required"
178+
}
179+
]
180+
```
181+
167182
## Customization options
168183

169184
Many customizations are possible with this architecture. These are some common options.

0 commit comments

Comments
 (0)