From 87667d676f9b7352f7a52bfc1ba7222c2b8243a4 Mon Sep 17 00:00:00 2001 From: weekface Date: Mon, 12 Aug 2019 19:41:12 +0800 Subject: [PATCH 1/2] fix doc --- charts/tidb-cluster/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidb-cluster/values.yaml b/charts/tidb-cluster/values.yaml index 091c061d518..91bf923ce8d 100644 --- a/charts/tidb-cluster/values.yaml +++ b/charts/tidb-cluster/values.yaml @@ -10,7 +10,7 @@ rbac: # clusterName is the TiDB cluster name, if not specified, the chart release name will be used # clusterName: demo -# Add additional TidbCluster labels +# Add extra labels to TidbCluster object(CRD) # ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ extraLabels: {} From bfeee9ce14bd90d5c4115fa6fccd69f0ae1a13a3 Mon Sep 17 00:00:00 2001 From: weekface Date: Wed, 14 Aug 2019 10:17:47 +0800 Subject: [PATCH 2/2] Update charts/tidb-cluster/values.yaml Co-Authored-By: Tennix --- charts/tidb-cluster/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidb-cluster/values.yaml b/charts/tidb-cluster/values.yaml index 91bf923ce8d..9166a246e4d 100644 --- a/charts/tidb-cluster/values.yaml +++ b/charts/tidb-cluster/values.yaml @@ -10,7 +10,7 @@ rbac: # clusterName is the TiDB cluster name, if not specified, the chart release name will be used # clusterName: demo -# Add extra labels to TidbCluster object(CRD) +# Add extra labels to TidbCluster object # ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ extraLabels: {}