File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
764
764
coordinator:
765
765
enabled: true
766
766
exporter:
767
- enable : true
767
+ enabled : true
768
768
configProperties: |-
769
769
hostPort: localhost:{{- .Values.jmx.registryPort }}
770
770
startDelaySeconds: 0
@@ -778,7 +778,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
778
778
worker:
779
779
enabled: true
780
780
exporter:
781
- enable : true
781
+ enabled : true
782
782
` ` `
783
783
* `serviceMonitor.enabled` - bool, default: `false`
784
784
Original file line number Diff line number Diff line change 927
927
# coordinator:
928
928
# enabled: true
929
929
# exporter:
930
- # enable : true
930
+ # enabled : true
931
931
# configProperties: |-
932
932
# hostPort: localhost:{{- .Values.jmx.registryPort }}
933
933
# startDelaySeconds: 0
941
941
# worker:
942
942
# enabled: true
943
943
# exporter:
944
- # enable : true
944
+ # enabled : true
945
945
# ```
946
946
947
947
serviceMonitor :
You can’t perform that action at this time.
0 commit comments