mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-27 20:01:06 +01:00
feat: Added support for client.authentication.k8s.io/v1beta1 (#1550)
This commit is contained in:
committed by
GitHub
parent
949bebe5bc
commit
ed048f3c1a
@@ -20,7 +20,7 @@ users:
|
||||
- name: ${kubeconfig_name}
|
||||
user:
|
||||
exec:
|
||||
apiVersion: client.authentication.k8s.io/v1alpha1
|
||||
apiVersion: ${aws_authenticator_kubeconfig_apiversion}
|
||||
command: ${aws_authenticator_command}
|
||||
args:
|
||||
%{~ for i in aws_authenticator_command_args }
|
||||
|
||||
Reference in New Issue
Block a user