chore: Disable commit-server by default

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Maurer 2025-02-04 09:38:17 +01:00
parent 509eb263b3
commit 08fe826afd
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

@ -1636,7 +1636,7 @@ To read more about this component, please read [Argo CD Manifest Hydrator] and [
| commitServer.deploymentStrategy | object | `{}` | Deployment strategy to be added to the commit server Deployment |
| commitServer.dnsConfig | object | `{}` | [DNS configuration] |
| commitServer.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for commit server pods |
| commitServer.enabled | bool | `true` | Enable commit server |
| commitServer.enabled | bool | `false` | Enable commit server |
| commitServer.extraArgs | list | `[]` | commit server command line flags |
| commitServer.extraEnv | list | `[]` | Environment variables to pass to the commit server |
| commitServer.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the commit server |

View file

@ -0,0 +1,3 @@
# Test Argo CD with optional component "commit-server"
commitServer:
enabled: true

View file

@ -3753,7 +3753,7 @@ notifications:
commitServer:
# -- Enable commit server
enabled: true
enabled: false
# -- Commit server name
name: commit-server