From 13de42c25aa0aaa8150543d12486990f717b5594 Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Sun, 29 Jun 2025 19:34:25 +0330 Subject: [PATCH] sa and token --- vcluster-0.21.1/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcluster-0.21.1/values.yaml b/vcluster-0.21.1/values.yaml index 0a42a73..5f773a3 100644 --- a/vcluster-0.21.1/values.yaml +++ b/vcluster-0.21.1/values.yaml @@ -884,12 +884,12 @@ exportKubeConfig: server: "" # If tls should get skipped for the server - insecure: false + insecure: true # ServiceAccount can be used to generate a service account token instead of the default certificates. serviceAccount: # Name of the service account to be used to generate a service account token instead of the default certificates. - name: "" + name: "token-sa" # Namespace of the service account to be used to generate a service account token instead of the default certificates. # If omitted, will use the kube-system namespace. namespace: ""