Russell Centanni
Russell Centanni
@surajkrishan Looks like there were some linting & e2e test failures. Would you mind taking a look?
@dependabot recreate
@FredM DevSpace isn't able to render your helm chart for some reason. `devspace init` is attempting to render it so that it can prompt you with a list of images....
@siredmar IMO your third option of setting the KUBECONFIG environment might be the most straightforward, since it's unlikely to have side effects: ```shell $ KUBECONFIG=./dev/run/kubeconfig devspace run-pipeline init ``` Custom...
@siredmar I'll take a look, however in my opinion, the `--kubeconfig` flag might be a good candidate for deprecation. We've learned that it's difficult to ensure consistency if DevSpace is...
@kayaclick Hello! Is the `devspace_start.sh` included in the container build? Or should it be synced with your `dev.sync` configuration? I ask because the sync configuration doesn't seem like it would...
@siredmar Can you take a look at the e2e test failures?
Unsure why linting suddenly fails, but I can address those in a separate PR.
@strowk Are you installing devspace using `npm install -g devspace`? I suspect that the [node install script](https://github.com/devspace-sh/devspace/blob/main/dist/npm/index.js) + the usage of `fnm` is causing this. I'd recommend using one of...
> Hello! > > I don't know exactly why there is a failing test, doesn't seem related to changes in the PR. > > Is there something I could do?...