Skip to content

Commit 62fe4d0

Browse files
sdaberdakunineinchnick
authored andcommitted
Fixed typo in Trino JMX documentation
1 parent 706f94c commit 62fe4d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/trino/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
764764
coordinator:
765765
enabled: true
766766
exporter:
767-
enable: true
767+
enabled: true
768768
configProperties: |-
769769
hostPort: localhost:{{- .Values.jmx.registryPort }}
770770
startDelaySeconds: 0
@@ -778,7 +778,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
778778
worker:
779779
enabled: true
780780
exporter:
781-
enable: true
781+
enabled: true
782782
```
783783
* `serviceMonitor.enabled` - bool, default: `false`
784784

charts/trino/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ jmx:
927927
# coordinator:
928928
# enabled: true
929929
# exporter:
930-
# enable: true
930+
# enabled: true
931931
# configProperties: |-
932932
# hostPort: localhost:{{- .Values.jmx.registryPort }}
933933
# startDelaySeconds: 0
@@ -941,7 +941,7 @@ jmx:
941941
# worker:
942942
# enabled: true
943943
# exporter:
944-
# enable: true
944+
# enabled: true
945945
# ```
946946

947947
serviceMonitor:

0 commit comments

Comments
 (0)