TC

Results 6 issues of TC

Ran into an issue compiling the type definitions in typescript in a node environment. I'm using this command `tsc --outDir bld --module commonjs --target ES2016` to compile and I hit...

enhancement

**Is your feature request related to a problem?** We use a private helm repository for some library charts, which is stored in AWS S3. In order to run `helm dependency...

kind/question
area/chart-deployment

**What happened?** The "profiles" section is missing in the [v6 docs](https://devspace.sh/docs/configuration/reference). ![](https://uploads.linear.app/0aab256f-61c4-44f4-9aff-15fe09c2026b/d1260edd-58a7-48b4-afee-a37eeec3b5c3/cb41befb-d44f-42ca-b8ac-a42f0a6341ca) **What did you expect to happen instead?** So far it seems like profiles are still supported, so I...

kind/documentation
area/config

**What happened?** From time to time I get the following error when doing `devspace deploy`. ``` configurations create_deployments: error deploying configurations: error executing 'kubectl --context arn:aws:eks:us-east-1::cluster/redoxlocal-eks-cluster apply --force -f -':...

kind/enhancement
needs-information

**What happened?** If I try to override a `var` in a profile using the `merge` option, it does not work. **What did you expect to happen instead?** I would expect...

kind/bug
area/config

Output of `helm version`: `version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"}` Output of `kubectl version`: `Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.17-eks-087e67", GitCommit:"087e67e479962798594218dc6d99923f410c145e", GitTreeState:"clean",...

in progress
bug