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

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
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.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.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.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.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.runtimeClassName | string | `""` (defaults to global.runtimeClassName) | Runtime class name for the commit server |
| commitServer.service.annotations | object | `{}` | commit server service annotations | | commitServer.service.annotations | object | `{}` | commit server service annotations |

View file

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

View file

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