Skip to content

Commit 125b952

Browse files
authored
Merge pull request #920 from grego952/fix-path
Fix path
2 parents 942d4d7 + a56fadc commit 125b952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/remote-service-deploy-to-kyma/remote-service-deploy-to-kyma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ You haven't made any changes to the database image so you don't need to build it
263263
5. Deploy using the Helm command:
264264

265265
```bash
266-
helm upgrade --install incident-management --namespace incident-management ./chart \
266+
helm upgrade --install incident-management --namespace incident-management ./gen/chart \
267267
--set-file xsuaa.jsonParameters=xs-security.json --set-file s4-hana-cloud.jsonParameters=bupa.json
268268
```
269269

0 commit comments

Comments
 (0)