ArgoCD with the default configuration uses HPA, which is useless without metrics server.
All the examples have metrics server disabled and ArgoCD enabled, see e.g
|
enable_argocd = try(var.addons.enable_argocd, true) |
|
enable_metrics_server = try(var.addons.enable_metrics_server, false) |