1
0
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:
Nic Grayson
2018-11-01 11:14:07 -05:00
committed by Max Williams
parent 31ec0f7db3
commit e1e265bf21
3 changed files with 9 additions and 5 deletions
+1 -3
View File
@@ -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}