You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Environment variables:
186
186
| <aname="input_kube_exec_auth_role_arn"></a> [kube\_exec\_auth\_role\_arn](#input\_kube\_exec\_auth\_role\_arn)| The role ARN for `aws eks get-token` to use |`string`|`""`| no |
187
187
| <aname="input_kube_exec_auth_role_arn_enabled"></a> [kube\_exec\_auth\_role\_arn\_enabled](#input\_kube\_exec\_auth\_role\_arn\_enabled)| If `true`, pass `kube_exec_auth_role_arn` as the role ARN to `aws eks get-token`|`bool`|`true`| no |
188
188
| <aname="input_kubeconfig_context"></a> [kubeconfig\_context](#input\_kubeconfig\_context)| Context to choose from the Kubernetes kube config file |`string`|`""`| no |
189
-
| <aname="input_kubeconfig_exec_auth_api_version"></a> [kubeconfig\_exec\_auth\_api\_version](#input\_kubeconfig\_exec\_auth\_api\_version)| The Kubernetes API version of the credentials returned by the `exec` auth plugin |`string`|`"client.authentication.k8s.io/v1alpha1"`| no |
189
+
| <aname="input_kubeconfig_exec_auth_api_version"></a> [kubeconfig\_exec\_auth\_api\_version](#input\_kubeconfig\_exec\_auth\_api\_version)| The Kubernetes API version of the credentials returned by the `exec` auth plugin |`string`|`"client.authentication.k8s.io/v1beta1"`| no |
190
190
| <aname="input_kubeconfig_file"></a> [kubeconfig\_file](#input\_kubeconfig\_file)| The Kubernetes provider `config_path` setting to use when `kubeconfig_file_enabled` is `true`|`string`|`""`| no |
191
191
| <aname="input_kubeconfig_file_enabled"></a> [kubeconfig\_file\_enabled](#input\_kubeconfig\_file\_enabled)| If `true`, configure the Kubernetes provider with `kubeconfig_file` and use that kubeconfig file for authenticating to the EKS cluster |`bool`|`false`| no |
192
192
| <aname="input_kubernetes_namespace"></a> [kubernetes\_namespace](#input\_kubernetes\_namespace)| Kubernetes namespace to install the release into |`string`| n/a | yes |
0 commit comments