Hendrik Heil
Hendrik Heil
I'd love to see this land. It would allow us to have pretterignore settings shared across projects. As we can already share settings, but not ignored files (https://prettier.io/docs/en/configuration.html#sharing-configurations) Is there...
For others encountering this, you can currently achieve this by using a variable called `DEVSPACE_FLAGS`. By using it like this, you are basically achieving the same thing as described in...
https://github.com/loft-sh/devspace/issues/2151#issuecomment-1226903878 Okay, seems like this isn't quite right. Using it this way will cause devspace to not know about dependencies deployed in other namespaces. My use-case was specifically about deploying...
@FabianKramm I just looked into this for devspace v6. The install command works perfectly like that. There is a somewhat annoying workflow issue with authentication against Helm OCI Registries at...
Hey @joejulian I think what @pantosha is trying to suggest is the following: Currently when you want to install a helm chart, you need to run `helm registry login` first....
Would love to see this merged. We currently have to use a fork to get the documented behavior, which is not ideal Tested this and can confirm it works as...
I can confirm this doesn't work. It seems like `npm pack` doesn't respect the registry authentication settings
Another tiny update: We've open sourced our Helm Chart which we use to run Jitsu in production. https://github.com/stafftastic/jitsu-chart It's stable for production workloads and we're actively trying to merge Pull...
Hey there! Really loving KeyDB! Is there any news on this?
We just ran into the same issue. Would it maybe make sense to check if any of the values change before triggering the update? If vue-router really returns a new...