The helm charts needs the values defined in inf.yaml and app.yaml to run succesfully, but when running azds up following error is generated:
Using dev space 'default' with target 'test-devspaces-edu'
Synchronizing files...4s
Installing Helm chart...
Helm install failed with exit code '1': Release "azds-0c712b-default-apigwmm" does not exist. Installing it now.
Error: render error in "apigwmm/templates/service.yaml": template: apigwmm/templates/service.yaml:4:18: executing "apigwmm/templates/service.yaml" at <.Values.app.svc.mobi...>: can't evaluate field svc in type interface {}
This error appears if app.yaml is not passed to the helm chart. If I copy both files to the same folder where azds.yaml file is and I change the values section to:
Hi! I have a azds.yaml file with the following
values
section:The helm charts needs the values defined in inf.yaml and app.yaml to run succesfully, but when running azds up following error is generated:
This error appears if app.yaml is not passed to the helm chart. If I copy both files to the same folder where azds.yaml file is and I change the
values
section to:Everything works as expected.
Note: I am using following version of azds CLI: Azure Dev Spaces CLI (Preview) 0.1.20190207.3 API v2.13