Skip to content

Commit

Permalink
chore: Drop commitServer.service.type
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
  • Loading branch information
mkilchhofer committed Feb 4, 2025
1 parent 5e76665 commit cd53240
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 0 additions & 2 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd53240

Please sign in to comment.