Closed
Description
In skaffold v0.5.0 , it appears like "workspace" field is relative to the directory where the command is run (a.k.a. $PWD) rather than the yaml file.
Is this by design and/or the desired behavior?
For example, if I have a voting-app
in my current dir ($PWD) and this yaml at ./skaffold/skaffold.yaml
:
- imageName: vote
workspace: ../voting-app/vote/
I expect that the workspace will be computed relative to ./skaffold
not $PWD(=.
).