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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,12 @@ No modules.
89
89
| <aname="input_argo_enabled"></a> [argo\_enabled](#input\_argo\_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 |
90
90
| <aname="input_argo_helm_enabled"></a> [argo\_helm\_enabled](#input\_argo\_helm\_enabled)| If set to true, the ArgoCD Application manifest will be deployed using Kubernetes provider as a Helm release. Otherwise it'll be deployed as a Kubernetes manifest. See Readme for more info |`bool`|`false`| no |
91
91
| <aname="input_argo_helm_values"></a> [argo\_helm\_values](#input\_argo\_helm\_values)| Value overrides to use when deploying argo application object with helm |`string`|`""`| no |
92
-
| <aname="input_argo_info"></a> [argo\_info](#input\_argo\_info)| ArgoCD info manifest parameter | <pre>list(object({<br/> name = string<br/> value = string<br/> }))</pre> | <pre>[<br/> {<br/> "name": "terraform",<br/> "value": "true"<br/> }<br/>]</pre> | no |
93
-
| <aname="input_argo_kubernetes_manifest_computed_fields"></a> [argo\_kubernetes\_manifest\_computed\_fields](#input\_argo\_kubernetes\_manifest\_computed\_fields)| List of paths of fields to be handled as "computed". The user-configured value for the field will be overridden by any different value returned by the API after apply. |`list(string)`| <pre>[<br/> "metadata.labels",<br/> "metadata.annotations"<br/>]</pre> | no |
92
+
| <aname="input_argo_info"></a> [argo\_info](#input\_argo\_info)| ArgoCD info manifest parameter | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | <pre>[<br> {<br> "name": "terraform",<br> "value": "true"<br> }<br>]</pre> | no |
93
+
| <aname="input_argo_kubernetes_manifest_computed_fields"></a> [argo\_kubernetes\_manifest\_computed\_fields](#input\_argo\_kubernetes\_manifest\_computed\_fields)| List of paths of fields to be handled as "computed". The user-configured value for the field will be overridden by any different value returned by the API after apply. |`list(string)`| <pre>[<br> "metadata.labels",<br> "metadata.annotations"<br>]</pre> | no |
94
94
| <aname="input_argo_kubernetes_manifest_field_manager_force_conflicts"></a> [argo\_kubernetes\_manifest\_field\_manager\_force\_conflicts](#input\_argo\_kubernetes\_manifest\_field\_manager\_force\_conflicts)| Forcibly override any field manager conflicts when applying the kubernetes manifest resource |`bool`|`false`| no |
95
95
| <aname="input_argo_kubernetes_manifest_field_manager_name"></a> [argo\_kubernetes\_manifest\_field\_manager\_name](#input\_argo\_kubernetes\_manifest\_field\_manager\_name)| The name of the field manager to use when applying the kubernetes manifest resource. Defaults to Terraform |`string`|`"Terraform"`| no |
96
96
| <aname="input_argo_kubernetes_manifest_wait_fields"></a> [argo\_kubernetes\_manifest\_wait\_fields](#input\_argo\_kubernetes\_manifest\_wait\_fields)| A map of fields and a corresponding regular expression with a pattern to wait for. The provider will wait until the field matches the regular expression. Use * for any value. |`map(string)`|`{}`| no |
| <aname="input_argo_namespace"></a> [argo\_namespace](#input\_argo\_namespace)| Namespace to deploy ArgoCD application CRD to |`string`|`"argo"`| no |
99
99
| <aname="input_argo_project"></a> [argo\_project](#input\_argo\_project)| ArgoCD Application project |`string`|`"default"`| no |
100
100
| <aname="input_argo_spec"></a> [argo\_spec](#input\_argo\_spec)| ArgoCD Application spec configuration. Override or create additional spec parameters |`any`|`{}`| no |
0 commit comments