Skip to content

Commit

Permalink
Fixed typo in Trino JMX documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaberdaku committed Dec 12, 2024
1 parent 706f94c commit 65b6d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
coordinator:
enabled: true
exporter:
enable: true
enabled: true
configProperties: |-
hostPort: localhost:{{- .Values.jmx.registryPort }}
startDelaySeconds: 0
Expand All @@ -778,7 +778,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
worker:
enabled: true
exporter:
enable: true
enabled: true
```
* `serviceMonitor.enabled` - bool, default: `false`

Expand Down
4 changes: 2 additions & 2 deletions charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ jmx:
# coordinator:
# enabled: true
# exporter:
# enable: true
# enabled: true
# configProperties: |-
# hostPort: localhost:{{- .Values.jmx.registryPort }}
# startDelaySeconds: 0
Expand All @@ -941,7 +941,7 @@ jmx:
# worker:
# enabled: true
# exporter:
# enable: true
# enabled: true
# ```

serviceMonitor:
Expand Down

0 comments on commit 65b6d20

Please sign in to comment.