Fabian Kramm

Results 318 comments of Fabian Kramm

@kickthemooon this should be fixed with the new v6 beta version, can you confirm this?

@vladitot thanks for reporting this issue! Seems like the cat is not correctly resolved on the `devspace use profile` command. We will fix that!

@vladitot since this functionality will be removed in v6 I'm not sure if it's a good idea to fix that now

We don't remove profiles completely, rather we remove the `devspace use profile` command as it makes DevSpace harder to understand if the profile is cached. In v6 (for which we...

Docs should be ready on monday next week, and release will be in approx 2-3 Weeks

@Orgil thanks for creating this issue! It works correctly for me with the `devspace.yaml`: ```yaml version: v1beta11 deployments: - name: test helm: componentChart: true values: containers: - name: test image:...

@Orgil thanks for creating this issue! As the component chart shouldn't cover every use case and rather be a simple to use generic chart, you could also just create a...

Hello @dharmit! You need to enable this inside the container you are deploying via: ``` # `deployments` tells DevSpace how to deploy this project deployments: - name: devspace-quickstart-golang # This...

@atainter could you post the complete output of `devspace dev`? Does it work if you use [polling](https://devspace.sh/cli/docs/configuration/development/file-synchronization#polling) instead?

@DanArlowski does it just stop after the `Initial sync completed` message or how does the output look exactly?