Skip to content
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

Broken skaffold.yaml for typescript pack #26

Open
marceloaguero opened this issue Mar 12, 2019 · 0 comments
Open

Broken skaffold.yaml for typescript pack #26

marceloaguero opened this issue Mar 12, 2019 · 0 comments

Comments

@marceloaguero
Copy link

There are two invalid fields in packs/typescript/skaffold.yaml

  • build.artifacts.imageName (should be image)
  • build.artifacts.imageName.workspace (should be context)

When you try to build using this file, an error appears:

level=fatal msg="creating runner: parsing skaffold config: unable to parse config: yaml: unmarshal errors:\n line 8: field imageName not found in type latest.Artifact\n line 9: field workspace not found in type latest.Artifact"

PR #15 from hnicke solves the issue.

jstrachan added a commit to jstrachan/jenkins-x-kubernetes that referenced this issue Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant