Russell Centanni

Results 77 comments of Russell Centanni

Thanks for reporting this! Yes it looks to work for simple values, but not for objects. We'll look into a fix!

@Feeeenng Hello! Were you able to find a solution for this? In general, DevSpace can expose debugging tools via port-forwarding. I'm not super familiar with how debugging with Jenkins works,...

Hello! Thanks for submitting an issue. This is something we will work on enabling.

@matskiv I was not able to reproduce this using the following `devspace.yaml` and DevSpace 6.1.1. Can you try to reproduce again and see if it's still an issue? ```yaml version:...

Hello! Thanks for reporting this issue. We will look into a fix, since this worked in DevSpace v5.

FWIW, kustomize [created a fork](https://github.com/kubernetes-sigs/yaml/pull/76) to deal with the issue.

Thank you for all the detail and the example repository. The fix for the issue of pull secrets not being created in the correct namespaces for dependent projects would be...

@janrito The pipeline function [get_image](https://www.devspace.sh/docs/configuration/pipelines/#get_image) is more reliable for this purpose. Here's a `devspace.yaml` that worked for me: ```yaml version: v2beta1 name: tmp pipelines: test: run: |- echo "image $(get_image...

> @mattwelke > > Apologies, but the linting and e2e tests failed, but the cause may be unrelated to your changes. I'm aiming to resolve those with this [PR](https://github.com/devspace-sh/devspace/pull/2854). >...