From 2ad6e3186dc3244e6fb4ad16876d4315387d41bd Mon Sep 17 00:00:00 2001 From: WangLe1321 Date: Thu, 27 Jul 2023 11:51:27 +0800 Subject: [PATCH] br: add comments to values.yaml Signed-off-by: WangLe1321 --- charts/br-federation/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/br-federation/values.yaml b/charts/br-federation/values.yaml index e699c4842e..b275b0c8d3 100644 --- a/charts/br-federation/values.yaml +++ b/charts/br-federation/values.yaml @@ -20,8 +20,10 @@ brFederationManager: serviceAccount: br-federation-manager # Secret name of the kubeconfig for the federation Kubernetes clusters - # The data item key is the cluster name, and the data item value is the base64 encoded kubeconfig federationKubeconfigSecret: br-federation-kubeconfig + # which data item is the kubeconfig file, and the data item value is the base64 encoded kubeconfig + # if you have multiple kubernetes clusters, you should merge them in one kubeconfig + # we use the context name in the kubeconfig as the k8sClusterName in volume backup/restore CR federationKubeconfigSecretKey: kubeconfig logLevel: 2