-
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
skaffold dev not working with bazel artifact and helm deployment #961
Comments
Same problem exists using the helm-deployment example repo in the skaffold repository. |
@enriched @bryanlarsen I couldn't reproduce this issue on the helm-deployment example repo, not could I reproduce on Intelight/bazel-javascript Could you also paste the full output of running |
This is what shows up when I run
|
Can you run skaffold dev -v debug
Le mar. 11 sept. 2018 à 21:18, Rich Adams <notifications@github.com> a
écrit :
… This is what shows up when I run skaffold dev
Cleaning up...
Error: release: "my-service" not found
Cleanup complete in 170.72637ms
FATA[0000] watching files for deployer: listing files: unable to stat file : stat : no such file or directory
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#961 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJXl3erCHyr-wq23rvXiwNm-wLO6qXpks5uaAyOgaJpZM4WfRpx>
.
|
With
|
Based on what I saw in #930 I added in a valuesFilePath in the helm release and that seems to fix it. |
Expected behavior
Running
skaffold dev
with bazel artifact and helm deploy works.Actual
Running skaffold dev produces:
Information
Steps to reproduce the behavior
skaffold deploy
skaffold dev
The text was updated successfully, but these errors were encountered: