cancel
Showing results for 
Search instead for 
Did you mean: 

Helm install issue when following tutorial for CDM to integrate application with SAP Build workzone

07-10-2025 10:30 AM
AbhishekBantiya Associate
483 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

I am following the tutorial https://developers.sap.com/tutorials/integrate-with-work-zone-kymaruntime.html with respect to CDM  for deploying application to kyma.
Tutorial mentions to delete the destination configuration in chart/values.yaml. However after doing the step when one does the helm install command, it throws an exception saying no value for destination service instance and plan found

I reckon this is because destination has also been bound in the srv configuration

Tutorial only says to delete destination binding in the html5-deployer section.

Should one also go ahead and delete the destination binding for srv as well

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Willem_Pardaens
Product and Topic Expert
Product and Topic Expert
0 Likes

I'm not familiar with the exact exercise, but if they ask you to remove a section from values.yaml then this typically has a counterpart in Chart.yaml as well. So probably you just need to delete the section there as well. The Chart defines the 'building blocks' and the Values define the actual implementation configuration of those building blocks. If that doesn't work, please post your Chart.yaml and values.yaml files so when can check their consistency.