From 8dbaabeaae41934cb7316b2618d1a965004957af Mon Sep 17 00:00:00 2001 From: kos-team Date: Mon, 23 Sep 2024 22:36:48 -0500 Subject: [PATCH] Fix advanced TidbCluster example (#5743) --- examples/advanced/tidb-cluster.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/advanced/tidb-cluster.yaml b/examples/advanced/tidb-cluster.yaml index 618ccd9cffd..cf8d36c83c2 100644 --- a/examples/advanced/tidb-cluster.yaml +++ b/examples/advanced/tidb-cluster.yaml @@ -824,7 +824,7 @@ spec: # app.kubernetes.io/component: pump # annotations: # node.kubernetes.io/instance-type: some-vm-type - # tolerations: {} + # tolerations: [] # configUpdateStrategy: RollingUpdate # statefulSetUpdateStrategy: RollingUpdate # podSecurityContext: {} @@ -868,7 +868,7 @@ spec: # app.kubernetes.io/component: ticdc # annotations: # node.kubernetes.io/instance-type: some-vm-type - # tolerations: {} + # tolerations: [] # configUpdateStrategy: RollingUpdate # statefulSetUpdateStrategy: RollingUpdate # podSecurityContext: {} @@ -918,7 +918,7 @@ spec: # app.kubernetes.io/component: tiflash # annotations: # node.kubernetes.io/instance-type: some-vm-type - # tolerations: {} + # tolerations: [] # configUpdateStrategy: RollingUpdate # statefulSetUpdateStrategy: RollingUpdate # podSecurityContext: {} @@ -970,7 +970,7 @@ spec: # # configure the configuration file for TiFlash Proxy process # proxy: | # [security] - # cert-allowed-cn = "CNNAME" + # cert-allowed-cn = ["CNNAME"] # # TopologySpreadConstraints for pod scheduling, will overwrite the cluster level spread constraints setting # # Ref: pkg/apis/pingcap/v1alpha1/types.go#TopologySpreadConstraint # topologySpreadConstraints: