This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new af50edd7 [charts] values add schema annotations (#481)
af50edd7 is described below

commit af50edd7309e6b1bb7dbf0d2b0ed4877371bbd32
Author: mfordjody <[email protected]>
AuthorDate: Wed Oct 23 10:11:50 2024 +0800

    [charts] values add schema annotations (#481)
---
 manifests/charts/admin/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/manifests/charts/admin/values.yaml 
b/manifests/charts/admin/values.yaml
index bda0025f..6a1e9c20 100644
--- a/manifests/charts/admin/values.yaml
+++ b/manifests/charts/admin/values.yaml
@@ -460,13 +460,13 @@ kubePrometheus:
   image:
     # Version tag of the container image.
     tag: 65.2.0
-
   dashboardsVersion: 1.14
 
+## Choose between Register and Mesh. If you select Register, then choose 
between Zookeeper and Nacos; if not specified, the default is Nacos.
 register: true
-
+## Choose between Register and Mesh. If you select Mesh, then install the 
Istiod control plane and the Jaeger component.
 mesh: false
-
+## The installation will only occur if the Mesh mode is enabled.
 jaeger:
   enabled: true
 

Reply via email to