sa and token
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user