Projects dependency configuration file generation via Helm with Azure Dev Spaces and Kubernetes

66 Views Asked by At

The projects below seems using Helm to define projects dependency on file requirements.yaml below, and azds.yaml and Chart project for each project.

https://github.com/Azure/dev-spaces/blob/master/samples/BikeSharingApp/charts/requirements.yaml https://github.com/Azure/dev-spaces/tree/master/samples/BikeSharingApp/charts

My questions are: 1 Is my understanding above correct?

2 Is the whole folder, charts, above generated manually or via tool?

https://helm.sh/docs/developing_charts/

https://learn.microsoft.com/en-us/azure/dev-spaces/quickstart-team-development

0

There are 0 best solutions below