devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
**What happened?** When configuring devspace.yaml with an import statement following the format of the [documentation](https://www.devspace.sh/docs/configuration/imports/#example), devspace CLI commands fail with a stack trace. Stack trace ``` panic: runtime error: index...
**What happened?** Patches do not support inserting into the middle (or start) of existing arrays. **What did you expect to happen instead?** Patches can insert values into the middle (or...
I want to use devspace to deploy in the Jenkins pipeline, and then provide an address for developers to use the local remote debugging environment. What are the steps required?
**Is your feature request related to a problem?** Due to a combination of container user and filesystem permissions, `/usr/local/bin` and/or `/tmp` may not be writable, and the devspace SSH key...
**Is your feature request related to a problem?** Not a problem **Which solution do you suggest?** In the same way that we have `devspace sync` would it be possible to...
**What happened?** I'm releasing some stuff using the helm releaseName like this ``` deployments: app: helm: chart: name: my-chart-name-${SOME_RELEASE_NAME} releaseName: ${SOME_RELEASE_NAME} ``` Then I want to purge this release but...
**Is your feature request related to a problem?** I want to dynamically access the directory from an imported devspace.yaml file from another repository. As I can see, in imports the...
**What happened?** I have two deployments called app1 and app2 and I want to purge only 1 of these two. When I do `devspace purge` it purges my 2 deployments...
**What happened?** I want to add specific buildKit options (`--secret ...`) to the image build process, but also deploy to the local registry. However, enabling the localRegistry weirdly overwrites the...
**What happened?** When using kustomize in DevSpace, multiline strings in YAML can become incorrectly formatted, causing an error when applying the manifests. **What did you expect to happen instead?** DevSpace...