mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
allow user to overwrite the kubeconfig default args (#129)
* allow user to overwrite the kubeconfig default args * quote args to auth command
This commit is contained in:
committed by
Max Williams
parent
31ec0f7db3
commit
e1e265bf21
@@ -23,8 +23,6 @@ users:
|
||||
apiVersion: client.authentication.k8s.io/v1alpha1
|
||||
command: ${aws_authenticator_command}
|
||||
args:
|
||||
- "token"
|
||||
- "-i"
|
||||
- "${cluster_name}"
|
||||
${aws_authenticator_command_args}
|
||||
${aws_authenticator_additional_args}
|
||||
${aws_authenticator_env_variables}
|
||||
|
||||
Reference in New Issue
Block a user