devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Snyk has created this PR to upgrade sass from 1.49.9 to 1.52.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
When using either download or uploadExcludeFile under dev.sync\[\*\] with following `.gitignore` style entries ``` !/some/path/in/my/repo/ ``` Devspace is complaining that `!/some/path/in/my/repo/` should be used instead of `!some/path/in/my/repo`. But as you...
**What happened?** I upgraded to 5.18.5. There is new feature: profiles can be described as includes via $(cat). It perfectly working, if you use **--profile** flag. But if you try...
**What happened?** devspace print command showing container arg key as array and indentation is wrong. However deployment works ok. I'm guessing that only printing to display have problem. **What did...
**Is your feature request related to a problem?** Currently component chart doesn't support nfs key when volumes are defined so containers cannot directly mount nfs share. **Which solution do you...
**What happened?** * I tried `devspace attach` but didn't get a terminal to the container. ``` $ devspace attach [warn] To be able to interact with the container its options...
**What happened?** `devspace sync --config devspace.yaml` command exists after initial sync ``` [info] Using namespace 'my-namespace' [info] Using kube context 'my-context' [info] Waiting for pods... [info] Starting sync... [info] Start...
We currently have DevSpace setup in such a way that allows us to have one single project with a devspace.yaml file with mostly a list of `dependencies`. This project represents...
**What happened?** running a docker image built with a custom script, that handles some aspect of tagging the image, it does pair up with the image but it then returns...
Currently DevSpace does not add DevSpace vars as environment variables to command execution, except for pipelines. This makes it difficult for users to access variables in scripts and other commands...