sa and token

This commit is contained in:
Ybehrooz
2025-06-29 19:34:25 +03:30
parent a6b37beb0c
commit 13de42c25a

View File

@@ -884,12 +884,12 @@ exportKubeConfig:
server: "" server: ""
# If tls should get skipped for the 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 can be used to generate a service account token instead of the default certificates.
serviceAccount: serviceAccount:
# Name of the service account to be used to generate a service account token instead of the default certificates. # 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. # 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. # If omitted, will use the kube-system namespace.
namespace: "" namespace: ""