Skip to content

Commit

Permalink
remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Oct 2, 2024
1 parent 36a4833 commit ae1043a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Fast distributed SQL query engine for big data analytics that helps you explore
* `server.node.pluginDir` - string, default: `"/usr/lib/trino/plugin"`
* `server.log.trino.level` - string, default: `"INFO"`
* `server.config.path` - string, default: `"/etc/trino"`
* `server.config.http.port` - int, default: `8080`
* `server.config.https.enabled` - bool, default: `false`
* `server.config.https.port` - int, default: `8443`
* `server.config.https.keystore.path` - string, default: `""`
Expand Down
2 changes: 0 additions & 2 deletions charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ server:
level: INFO
config:
path: /etc/trino
http:
port: 8080
https:
enabled: false
port: 8443
Expand Down

0 comments on commit ae1043a

Please sign in to comment.