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
using 0.13 on windows we get errors about the devMode relative sync paths that we have in our config files.
this works fine on 0.12 with the same project, as well as on macOs/linux on 0.12 and 0.13
Error validating spec for Deploy type=kubernetes name=backend(from module backend): key .sync.paths[0][sourcePath] must be a POSIX-style path, key .sync.paths[1][sourcePath] must be a POSIX-style path, key .sync.paths[2][sourcePath] must be a POSIX-style path. Available keys: files, kustomize, manifests, namespace, portForwards, timeout, waitForJobs, defaultTarget, sync, localMode)
Garden Bonsai (0.13) Bug
Current Behavior
using 0.13 on windows we get errors about the devMode relative sync paths that we have in our config files.
this works fine on 0.12 with the same project, as well as on macOs/linux on 0.12 and 0.13
Error validating spec for Deploy type=kubernetes name=backend(from module backend): key .sync.paths[0][sourcePath] must be a POSIX-style path, key .sync.paths[1][sourcePath] must be a POSIX-style path, key .sync.paths[2][sourcePath] must be a POSIX-style path. Available keys: files, kustomize, manifests, namespace, portForwards, timeout, waitForJobs, defaultTarget, sync, localMode)
example:
Expected behavior
that it should work with these configs since it does in 12, and on other os's
Workaround
use garden 12 on windows
Your environment
0.13.13
The text was updated successfully, but these errors were encountered: