Skip to content

Commit d4ec603

Browse files
authored
Fix cds add helm commands (#206)
The `cds add helm:<feature>` commands don't exist any more. They are now merged with the standard `cds add <feature>` commands.
1 parent 625f3a4 commit d4ec603

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,10 @@ CAP tooling provides your a Helm chart for deployment to Kyma.
249249
Add the CAP Helm chart with the required features to this project:
250250

251251
```bash
252-
cds add helm:hana_deployer
253-
cds add helm:xsuaa
254-
cds add helm:html5_apps_deployer
252+
cds add helm
253+
cds add hana
254+
cds add xsuaa
255+
cds add html5-repo
255256
```
256257

257258
#### Helm chart configuration
@@ -295,7 +296,7 @@ You can try the `API_BUSINESS_PARTNER` service with a real S/4HANA system with t
295296
4. For on-premise only: Add the connectivity service to your Helm chart:
296297

297298
```bash
298-
cds add helm:connectivity
299+
cds add connectivity
299300
```
300301

301302
*See also: [API_BUSINESS_PARTNER Remote Service and Spring Profiles](#api_business_partner-remote-service-and-spring-profiles)*

0 commit comments

Comments
 (0)