You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that this function doesn't take into account what command is being run; however, there is this this comment that suggests the deployer is required before the builder as it affects what the builder might do. Though I must admit I'm not entirely confident this code is relevant to the issue :)
+1 to this, we are getting the same error in our CI when we are simply trying to build images. It would be nice if we can build images without installing him.
however, there is this this comment that suggests the deployer is required before the builder as it affects what the builder might do
That makes sense, but maybe a flag could be provided to just build all images in CI without regard for deployment.
Expected behavior
Running
skaffold build
when doing a local Docker build does not require the pressence of the Helm command.Actual behavior
When the Helm command is not present, a
skaffold build
fails with the following output...Information
Logs
Here's a snippet from where I think the call to Helm happens. If you need more detail I can do so but will take longer in order to redact the logs.
The text was updated successfully, but these errors were encountered: