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