chore: Drop commitServer.service.type
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>pull/3155/head
parent
5e76665ffc
commit
cd53240d4c
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue