chore: Drop commitServer.replicas since there are no upstream docs

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
pull/3155/head
Marco Maurer 2025-02-04 09:20:12 +01:00
parent 3363e407f9
commit 6166630458
No known key found for this signature in database
3 changed files with 0 additions and 5 deletions

View File

@ -1658,7 +1658,6 @@ To read more about this component, please read [Argo CD Manifest Hydrator] and [
| commitServer.readinessProbe.initialDelaySeconds | int | `5` | Number of seconds after the container has started before [probe] is initiated |
| commitServer.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
| commitServer.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
| commitServer.replicas | int | `1` | The number of commit server pods to run |
| commitServer.resources | object | `{}` | Resource limits and requests for the commit server pods. |
| commitServer.runtimeClassName | string | `""` (defaults to global.runtimeClassName) | Runtime class name for the commit server |
| commitServer.service.annotations | object | `{}` | commit server service annotations |

View File

@ -17,7 +17,6 @@ spec:
strategy:
{{- trim . | nindent 4 }}
{{- end }}
replicas: {{ .Values.commitServer.replicas }}
revisionHistoryLimit: {{ .Values.global.revisionHistoryLimit }}
selector:
matchLabels:

View File

@ -3758,9 +3758,6 @@ commitServer:
# -- Commit server name
name: commit-server
# -- The number of commit server pods to run
replicas: 1
# -- Runtime class name for the commit server
# @default -- `""` (defaults to global.runtimeClassName)
runtimeClassName: ""