Skip to content

"workspace" field isn't relative to yaml; but PWD #503

Closed
@ahmetb

Description

@ahmetb

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(=.).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions