From b3c56765118640830e7e5b75eb7397550b225cc0 Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Wed, 15 Feb 2023 17:51:33 +0100 Subject: [PATCH] Fix `cds add helm` commands The `cds add helm:` commands don't exist any more. They are now merged with the standard `cds add ` commands. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe551763..97d1312d 100644 --- a/README.md +++ b/README.md @@ -249,9 +249,10 @@ CAP tooling provides your a Helm chart for deployment to Kyma. Add the CAP Helm chart with the required features to this project: ```bash -cds add helm:hana_deployer -cds add helm:xsuaa -cds add helm:html5_apps_deployer +cds add helm +cds add hana +cds add xsuaa +cds add html5-repo ``` #### Helm chart configuration @@ -295,7 +296,7 @@ You can try the `API_BUSINESS_PARTNER` service with a real S/4HANA system with t 4. For on-premise only: Add the connectivity service to your Helm chart: ```bash - cds add helm:connectivity + cds add connectivity ``` *See also: [API_BUSINESS_PARTNER Remote Service and Spring Profiles](#api_business_partner-remote-service-and-spring-profiles)*