diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 7e389d65..153c290e 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -103,7 +103,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | repoServer.affinity | Assign custom affinity rules to the deployment https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | `{}` | | repoServer.autoscaling.enabled | Enable Horizontal Pod Autoscaler (HPA) for the repo server | `false` | | repoServer.autoscaling.minReplicas | Minimum number of replicas for the repo server HPA | `1` | -| repoServer.autoscaling.maxReplicas | Minimum number of replicas for the repo server HPA | `5` | +| repoServer.autoscaling.maxReplicas | Maximum number of replicas for the repo server HPA | `5` | | repoServer.autoscaling.targetCPUUtilizationPercentage | Average CPU utilization percentage for the repo server HPA | `50` | | repoServer.autoscaling.targetMemoryUtilizationPercentage | Average memory utilization percentage for the repo server HPA | `50` | | repoServer.containerPort | Repo server port | `8081` | @@ -150,7 +150,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | server.affinity | Assign custom affinity rules to the deployment https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | `{}` | | server.autoscaling.enabled | Enable Horizontal Pod Autoscaler (HPA) for the server | `false` | | server.autoscaling.minReplicas | Minimum number of replicas for the server HPA | `1` | -| server.autoscaling.maxReplicas | Minimum number of replicas for the server HPA | `5` | +| server.autoscaling.maxReplicas | Maximum number of replicas for the server HPA | `5` | | server.autoscaling.targetCPUUtilizationPercentage | Average CPU utilization percentage for the server HPA | `50` | | server.autoscaling.targetMemoryUtilizationPercentage | Average memory utilization percentage for the server HPA | `50` | | server.certificate.additionalHosts | Certificate manager additional hosts | `[]` |