From 65b6d203025b5eee7afe967eb5deab665de47a38 Mon Sep 17 00:00:00 2001 From: Sebastian Daberdaku Date: Thu, 12 Dec 2024 10:06:42 +0100 Subject: [PATCH] Fixed typo in Trino JMX documentation --- charts/trino/README.md | 4 ++-- charts/trino/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/trino/README.md b/charts/trino/README.md index 6806a01f..4b280720 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -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 @@ -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` diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index dace0033..c4bf7e54 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -927,7 +927,7 @@ jmx: # coordinator: # enabled: true # exporter: - # enable: true + # enabled: true # configProperties: |- # hostPort: localhost:{{- .Values.jmx.registryPort }} # startDelaySeconds: 0 @@ -941,7 +941,7 @@ jmx: # worker: # enabled: true # exporter: - # enable: true + # enabled: true # ``` serviceMonitor: