Skip to content

Commit ef4db91

Browse files
authored
Update btp-app-kyma-deploy-application.md
1 parent afded3d commit ef4db91

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

tutorials/btp-app-kyma-deploy-application/btp-app-kyma-deploy-application.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -228,39 +228,6 @@ NAME COMPLETIONS DURATION AGE
228228
cpapp-hana-deployer 0/1 3m7s 3m7s
229229
```
230230
231-
<!--
232-
HOW TO MAKE A DB DEPLOYMENT FAIL:
233-
234-
1. Build CAP App
235-
236-
```
237-
cds build --production
238-
```
239-
240-
2. Open `gen/db/src/gen/sap.ui.riskmanagement.Risks.hdbtable`
241-
242-
3. Change any of the types to an invalid type, for example:
243-
244-
```
245-
createdAt AAAAAAAA,
246-
```
247-
248-
4. Build the DB docker container
249-
250-
```
251-
pack ...
252-
```
253-
254-
5. Deploy the application
255-
256-
```
257-
helm upgrade ...
258-
```
259-
260-
6. It will take some minutes until the deployment fail because of multiple attempts that are taken. But you can already check it after a minute or so.
261-
262-
-->
263-
264231
In such a case, you can check the logs for the `deployer`. First, print the pods:
265232
266233
```

0 commit comments

Comments
 (0)