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