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
|[aws_iam_policy_document.cert_manager](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
59
60
|[aws_iam_policy_document.cert_manager_assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -69,6 +70,12 @@ No modules.
69
70
| <aname="input_cluster_identity_oidc_issuer"></a> [cluster\_identity\_oidc\_issuer](#input\_cluster\_identity\_oidc\_issuer)| The OIDC Identity issuer for the cluster |`string`| n/a | yes |
70
71
| <aname="input_cluster_identity_oidc_issuer_arn"></a> [cluster\_identity\_oidc\_issuer\_arn](#input\_cluster\_identity\_oidc\_issuer\_arn)| The OIDC Identity issuer ARN for the cluster that can be used to associate IAM roles with a service account |`string`| n/a | yes |
71
72
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| The name of the cluster |`string`| n/a | yes |
73
+
| <aname="input_argo_application_enabled"></a> [argo\_application\_enabled](#input\_argo\_application\_enabled)| If set to true, the module will be deployed as ArgoCD application, otherwise it will be deployed as a Helm release |`bool`|`false`| no |
74
+
| <aname="input_argo_destionation_server"></a> [argo\_destionation\_server](#input\_argo\_destionation\_server)| Destination server for ArgoCD Application |`string`|`"https://kubernetes.default.svc"`| no |
75
+
| <aname="input_argo_info"></a> [argo\_info](#input\_argo\_info)| ArgoCD info manifest parameter |`list`| <pre>[<br> {<br> "name": "terraform",<br> "value": "true"<br> }<br>]</pre> | no |
76
+
| <aname="input_argo_namespace"></a> [argo\_namespace](#input\_argo\_namespace)| Namespace to deploy ArgoCD application CRD to |`string`|`"argo"`| no |
77
+
| <aname="input_argo_project"></a> [argo\_project](#input\_argo\_project)| ArgoCD Application project |`string`|`"default"`| no |
78
+
| <aname="input_argo_sync_policy"></a> [argo\_sync\_policy](#input\_argo\_sync\_policy)| ArgoCD syncPolicy manifest parameter |`map`|`{}`| no |
72
79
| <aname="input_cluster_issuer_enabled"></a> [cluster\_issuer\_enabled](#input\_cluster\_issuer\_enabled)| Variable indicating whether default ClusterIssuer CRD is enabled |`bool`|`false`| no |
73
80
| <aname="input_cluster_issuer_settings"></a> [cluster\_issuer\_settings](#input\_cluster\_issuer\_settings)| Additional settings which will be passed to the Helm chart cluster\_issuer values, see https://github.com/lablabs/terraform-aws-eks-aws-cert-manager/blob/master/helm/defaultClusterIssuer/values.yaml|`map(any)`|`{}`| no |
74
81
| <aname="input_cluster_issuers_values"></a> [cluster\_issuers\_values](#input\_cluster\_issuers\_values)| Additional values for cert manager cluster issuers helm chart. Values will be merged, in order, as Helm does with multiple -f options |`string`|`""`| no |
0 commit comments