Lukas Gentele
Lukas Gentele
We have valid schema plus schema generator already in docs/hack and schema folder. I'll make sure we generate the newest version and submit to schemastore. Thanks for the contribution in...
Thanks for opening this issue. The relevant component-chart template is here (see selected lines): https://github.com/loft-sh/component-chart/blob/master/templates/ingress.yaml#L21-L27 Not sure why this is not rendered correctly but we do support the newer ingress...
@FabianKramm We don't need to change the helm chart. Instead, we need to set the `--api-versions` flag for `helm template` for Capabilities to work correctly: https://github.com/helm/helm/pull/5392
@cheslijones Actually, what you found is a separate issue. However not one that DevSpace can fix. You need to an an ingress class to the ingress in devspace.yaml for the...
The component-chart is not really generated. It's a regular helm chart and you can download it from here: https://github.com/loft-sh/component-chart The values for the chart are also just whatever you put...
I think you could include `devspace render` as a command via a argocd plugin: https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/#environment Alternatively, you could set up a Github action or something that runs something like `devspace...
`npx` and well as local package installs are generally not recommended and supported. The problem is that the devspace npm package needs to run `finish-install` to download the actual platform-dependent...
Ah okay, I didn't know npx would use local packages if they are available. If that's the case, then using npx is actually not bad in combination with what I...
With 4.12.5, it should be possible to run `npx devspace` commands. There was a small issue in the release which affects windows users but it will also be fixed with...
@johnnypea Only if you set it to `true` but if you provide the value of a secret like @FabianKramm suggested with `tls: my-tls-secret`, you won't need cert-manager. We should clarify...