This directory is structured the following way:
./applicationcontains our Heln sample application./helm-chartcontains the Helm chart, which we use to deploy the application./sap-btp-operatorcontains the Helm chart of the SAP BTP Operator, together with a self-signed issuer, all services which are related to our application, as well as a simplevalues.yamlfor the helm chart
To download the application run:
git clone \
--depth 1 \
--filter=blob:none \
--sparse \
https://github.com/SAP-samples/cloud-sdk-js.git \
;
cd cloud-sdk-js
git sparse-checkout set samples/helm-sample-application
To deploy the application, follow the guidelines in the application directory.