You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2020. It is now read-only.
Under Windows10 and VSCode 1.20.1 I receive the following error when trying to open the template preview:
Failed template call.Error: could not resolve template path: GetFileAttributesEx c:\Dev\XXXXXXX\deploy\helm\helm\templates\deployment.yaml: The system cannot find the path specified.
It seems that he is looking for the "helm" folder twice, although my templates are located in
c:\Dev\XXXXXXX\deploy\helm\templates\
The text was updated successfully, but these errors were encountered:
Same for MacOS High Sierra(10.13.4) and VSCode 1.22
Failed template call.Error: could not resolve template path: stat /Users/XXXX/Documents/azure/AKS/AKS-Python-demo1/mychart/mychart/templates/pydemo-service.yaml: no such file or directory
Under Windows10 and VSCode 1.20.1 I receive the following error when trying to open the template preview:
Failed template call.Error: could not resolve template path: GetFileAttributesEx c:\Dev\XXXXXXX\deploy\helm\helm\templates\deployment.yaml: The system cannot find the path specified.
It seems that he is looking for the "helm" folder twice, although my templates are located in
c:\Dev\XXXXXXX\deploy\helm\templates\
The text was updated successfully, but these errors were encountered: