Skip to content

Commit 6e1ecc7

Browse files
committed
add ability to set env values for the gateway
1 parent fcc8e57 commit 6e1ecc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/gateway/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ A Helm chart for Trino Gateway
3737
- secretRef:
3838
name: password-secret
3939
```
40+
* `env` - list, default: `[]`
41+
42+
Additional environment variables to mount into the init container as environment variables.
43+
Example:
44+
```yaml
45+
- name: NAME
46+
value: "value"
47+
```
4048
* `config.serverConfig."node.environment"` - string, default: `"test"`
4149
* `config.serverConfig."http-server.http.port"` - int, default: `8080`
4250
* `config.dataStore.jdbcUrl` - string, default: `"jdbc:postgresql://localhost:5432/gateway"`

0 commit comments

Comments
 (0)