From 9d927f48875fbdab4f41cd264d5816e154fa4bb3 Mon Sep 17 00:00:00 2001 From: Thearas Date: Mon, 9 Jan 2023 16:33:18 +0800 Subject: [PATCH] Update charts/tidb-operator/values.yaml Co-authored-by: Xuecheng Zhang --- charts/tidb-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidb-operator/values.yaml b/charts/tidb-operator/values.yaml index 6d834eafd6e..8227fd338c6 100644 --- a/charts/tidb-operator/values.yaml +++ b/charts/tidb-operator/values.yaml @@ -129,7 +129,7 @@ controllerManager: # PodAnnotations will set template.metadata.annotations # Refer to https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ podAnnotations: {} - ## KubeClientQPS indicates the maximum QPS to the kubenetes api from client. + ## KubeClientQPS indicates the maximum QPS to the kubenetes API server from client. # kubeClientQPS: 5 ## Maximum burst for throttle. # kubeClientBurst: 10