We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc8e57 commit 6e1ecc7Copy full SHA for 6e1ecc7
charts/gateway/README.md
@@ -37,6 +37,14 @@ A Helm chart for Trino Gateway
37
- secretRef:
38
name: password-secret
39
```
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
+ ```
48
* `config.serverConfig."node.environment"` - string, default: `"test"`
49
* `config.serverConfig."http-server.http.port"` - int, default: `8080`
50
* `config.dataStore.jdbcUrl` - string, default: `"jdbc:postgresql://localhost:5432/gateway"`
0 commit comments