-
If set some variable with shell, and override it with task parameter, then task will in some cases use one parameter and in some - another.
Taskfile.yml
```yaml
version: 3
env:
SOME_PATH: '{{…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Describe the Feature
Currently, the source hubspot database can be specified for the dbt hubspot pac…
-
Prefix all env vars that can be used in the cde with `TT_UMD`, similar to how tt-metal env vars are prefixed with `TT_METAL`. This issue requires investigating which clients use these env vars in orde…
-
will do after the next version of PyFluent is stabilized in Fluent 25.2
-
PR #1243 introduced proxy support, but only supports _lowercase_ environment variables. This is a non-issue on windows given https://github.com/nodejs/node/issues/9157, but not on *nix. It doesn't acc…
-
is there a way to set and make these accessible via `trunk serve` ?
Prior art from [NextJS](https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables#bundling-enviro…
dakom updated
3 weeks ago
-
I would like to suggest adding support for defining environment variables in the Helm chart, as indicated in the documentation: [CloudNative PG - Cluster Configuration](https://cloudnative-pg.io/docum…
-
```
additionalEnv:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: my-secrets
key: langfuse-database-url
```
This is impossible (via [this](https:…
-
The idea here is that we add the ability for a MAX_RUNNER environment variable to be set. Ideally this would look like setting the environment variable in the repo settings and using it in the action.…
-
### Problem statement
Here are some env vars that I have in .bashrc and .zshrc :
```sh
# Respected by some tools CF https://donottrack-doc.com/fr/intro/
export DO_NOT_TRACK=1
# Turborepo CF …