-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"workspace" field isn't relative to yaml; but PWD #503
Comments
I think this was originally by design, but this can actually be a bit confusing, especially because we support passing in a path to a |
Other relative paths should probably be changed to be relative to the |
I agree that this is counter-intutitive but we'll have to be careful not to break people who are already using path resolution the current way. It would be great to have more feedback/support from the community around this. |
Its becoming a bit of a mess, a bit more control over the docker file build would be great. <- feed back and support in a line 👍 Skaffold v1.0.0 issue |
Thank you for the idea! I'm closing this issue as it's been open a while, and it is not clear if it's still an open issue. No one has recently stated an interest in addressing this, but if you feel strongly about it, please feel free to add a comment or send us a PR! |
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
:I expect that the workspace will be computed relative to
./skaffold
not $PWD(=.
).The text was updated successfully, but these errors were encountered: