diff --git a/doc/charts/gitlab/mailroom/index.md b/doc/charts/gitlab/mailroom/index.md index 216f1bafb7ec1a0f268e8ffd4e461aff6b80781a..6e9f8f55345c065f4233127d124e91c178cf0813 100644 --- a/doc/charts/gitlab/mailroom/index.md +++ b/doc/charts/gitlab/mailroom/index.md @@ -75,31 +75,31 @@ serviceAccount: | Parameter | Description | Default | |--------------------------------------|--------------------------------------------------|-----------------------------| -| `enabled` | Mailroom enablement flag | true | +| `enabled` | Mailroom enablement flag | `true` | | `hpa.minReplicas` | Minimum number of replicas | `1` | | `hpa.maxReplicas` | Maximum number of replicas | `2` | | `hpa.cpu.targetAverageUtilization` | Target value of the average of the resource metric | `75` | -| `hpa.customMetrics` | autoscaling/v2beta1 Metrics contains the specifications for which to use to calculate the desired replica count (overrides the default use of Average CPU Utilization configured in `targetAverageUtilization`) | [] | +| `hpa.customMetrics` | autoscaling/v2beta1 Metrics contains the specifications for which to use to calculate the desired replica count (overrides the default use of Average CPU Utilization configured in `targetAverageUtilization`) | `[]` | | `image.pullPolicy` | Mailroom image pull policy | `IfNotPresent` | | `image.pullSecrets` | Mailroom image pull secrets | | | `image.repository` | Mailroom image repository | `registry.gitlab.com/gitlab-org/build/cng/gitlab-mailroom` | | `image.tag` | Mailroom image tag | `master` | | `init.image.repository` | Mailroom init image repository | | | `init.image.tag` | Mailroom init image tag | | -| `init.resources` | Mailroom init container resource requirements | { `requests`: { `cpu`: `50m` }} | -| `podLabels` | Labels for running Mailroom Pods | {} | -| `resources` | Mailroom resource requirements | { `requests`: { `cpu`: `50m`, `memory`: `150M` }} | -| `networkpolicy.annotations` | Annotations to add to the NetworkPolicy | {} | +| `init.resources` | Mailroom init container resource requirements | `{ requests: { cpu: 50m }}` | +| `podLabels` | Labels for running Mailroom Pods | `{}` | +| `resources` | Mailroom resource requirements | `{ requests: { cpu: 50m, memory: 150M }}` | +| `networkpolicy.annotations` | Annotations to add to the NetworkPolicy | `{}` | | `networkpolicy.egress.enabled` | Flag to enable egress rules of NetworkPolicy | `false` | -| `networkpolicy.egress.rules` | Define a list of egress rules for NetworkPolicy | [] | +| `networkpolicy.egress.rules` | Define a list of egress rules for NetworkPolicy | `[]` | | `networkpolicy.enabled` | Flag for using NetworkPolicy | `false` | | `networkpolicy.ingress.enabled` | Flag to enable `ingress` rules of NetworkPolicy | `false` | -| `networkpolicy.ingress.rules` | Define a list of `ingress` rules for NetworkPolicy | [] | +| `networkpolicy.ingress.rules` | Define a list of `ingress` rules for NetworkPolicy | `[]` | | `securityContext.fsGroup` | Group ID under which the pod should be started | `1000` | | `securityContext.runAsUser` | User ID under which the pod should be started | `1000` | -| `serviceAccount.annotations` | Annotations for ServiceAccount | {} | -| `serviceAccount.enabled` | Flag for using ServiceAccount | false | -| `serviceAccount.create` | Flag for creating a ServiceAccount | false | +| `serviceAccount.annotations` | Annotations for ServiceAccount | `{}` | +| `serviceAccount.enabled` | Flag for using ServiceAccount | `false` | +| `serviceAccount.create` | Flag for creating a ServiceAccount | `false` | | `serviceAccount.name` | Name of ServiceAccount to use | | | `tolerations` | Tolerations to add to the Mailroom | | diff --git a/doc/charts/gitlab/migrations/index.md b/doc/charts/gitlab/migrations/index.md index 59789c59922d0da1f9dbb2ba29827b99bfa011ea..12b38cfce84f6e75cb5d0a2756d49060e3f93f96 100644 --- a/doc/charts/gitlab/migrations/index.md +++ b/doc/charts/gitlab/migrations/index.md @@ -57,7 +57,7 @@ Table below contains all the possible charts configurations that can be supplied | `extraInitContainers` | List of extra init containers to include | | | `extraContainers` | List of extra containers to include | | | `extraVolumes` | List of extra volumes to create | | -| `extraVolumeMounts` | List of extra volumes mountes to do | | +| `extraVolumeMounts` | List of extra volumes mounts to do | | | `extraEnv` | List of extra environment variables to expose | | | `bootsnap.enabled` | Enable the Bootsnap cache for Rails | `true` | @@ -75,7 +75,7 @@ extraEnv: SOME_OTHER_KEY: some_other_value ``` -When the container is started, you can confirm that the enviornment variables are exposed: +When the container is started, you can confirm that the environment variables are exposed: ```shell env | grep SOME