diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index cca78f0b..ea78f6cd 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -643,7 +643,7 @@ NAME: my-release | controller.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out | | controller.replicas | int | `1` | The number of application controller pods to run. Additional replicas will cause sharding of managed clusters across number of replicas. | | controller.resources | object | `{}` | Resource limits and requests for the application controller pods | -| controller.revisionHistoryLimit | int | `5` | Maximum number of controller revisions that will be maintained in controller StatefulSet history | +| controller.revisionHistoryLimit | int | `5` | Maximum number of controller revisions that will be maintained in StatefulSet history | | controller.serviceAccount.annotations | object | `{}` | Annotations applied to created service account | | controller.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account | | controller.serviceAccount.create | bool | `true` | Create a service account for the application controller | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 920ab92f..d524d85d 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -577,7 +577,7 @@ controller: # Additional replicas will cause sharding of managed clusters across number of replicas. replicas: 1 - # -- Maximum number of controller revisions that will be maintained in controller StatefulSet history + # -- Maximum number of controller revisions that will be maintained in StatefulSet history revisionHistoryLimit: 5 ## Application controller Pod Disruption Budget