chore: Drop commitServer.service.type

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

View File

@ -1658,7 +1658,6 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
| commitServer.runtimeClassName | string | `""` (defaults to global.runtimeClassName) | Runtime class name for the commit server |
| commitServer.service.annotations | object | `{}` | commit server service annotations |
| commitServer.service.labels | object | `{}` | commit server service labels |
| commitServer.service.type | string | `"ClusterIP"` | commit server service type |
| commitServer.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
| commitServer.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
| commitServer.serviceAccount.create | bool | `true` | Create commit server service account |

View File

@ -3796,8 +3796,6 @@ commitServer:
annotations: {}
# -- commit server service labels
labels: {}
# -- commit server service type
type: ClusterIP
# -- Automount API credentials for the Service Account into the pod.
automountServiceAccountToken: false