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
@@ -179,8 +179,8 @@ See [basic example](examples/basic) for further information.
179
179
| <aname="input_server_service_account_create"></a> [server\_service\_account\_create](#input\_server\_service\_account\_create)| Set to false to prevent the ArgoCD Server Service Account from being created. |`bool`|
180
180
| <aname="input_server_service_account_name"></a> [server\_service\_account\_name](#input\_server\_service\_account\_name)| Name of the ArgoCD Server Service Account. |`string`|
181
181
| <aname="input_service_account_create"></a> [service\_account\_create](#input\_service\_account\_create)| Whether to create Service Account. Defaults to `true`. |`bool`|
182
-
| <aname="input_service_account_name"></a> [service\_account\_name](#input\_service\_account\_name)| The Kubernetes Service Account name. Defaults to the addon name. Defaults to `""`. |`string`|
183
-
| <aname="input_service_account_namespace"></a> [service\_account\_namespace](#input\_service\_account\_namespace)| The Kubernetes Service Account namespace. Defaults to the addon namespace. Defaults to `""`. |`string`|
182
+
| <aname="input_service_account_name"></a> [service\_account\_name](#input\_service\_account\_name)| The Kubernetes Service Account name. Defaults to `""`. |`string`|
183
+
| <aname="input_service_account_namespace"></a> [service\_account\_namespace](#input\_service\_account\_namespace)| The Kubernetes Service Account namespace. Defaults to `""`. |`string`|
184
184
| <aname="input_settings"></a> [settings](#input\_settings)| Additional Helm sets which will be passed to the Helm chart values or Kustomize or directory configuration which will be passed to ArgoCD Application source. Defaults to `{}`. |`map(any)`|
185
185
| <aname="input_values"></a> [values](#input\_values)| Additional YAML encoded values which will be passed to the Helm chart. Defaults to `""`. |`string`|
0 commit comments