From cd53240d4ca1eb4d6cab296dc1b4050dfe90b518 Mon Sep 17 00:00:00 2001 From: Marco Maurer Date: Tue, 4 Feb 2025 09:12:48 +0100 Subject: [PATCH] chore: Drop commitServer.service.type Signed-off-by: Marco Maurer --- charts/argo-cd/README.md | 1 - charts/argo-cd/values.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 49694b61..d43fcd47 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -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 | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 3fa8d576..f58bf98c 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -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