Skip to content

Commit 6b5f8de

Browse files
authored
Update README.md
1 parent 97e652d commit 6b5f8de

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,16 @@ ibmcloud resource reclamation-delete <reclamation-id>
168168

169169
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.
170170

171-
The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and ROKS variations. The error will typically contain this message:
172-
173-
`"errors": [
174-
{
175-
"code": 403,
176-
"message": "Continuous Delivery service required"
177-
}
178-
],
179-
`
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+
```
180181

181182
## Customization options
182183

0 commit comments

Comments
 (0)