argocd disable submodule
This commit is contained in:
@@ -602,6 +602,15 @@ retry:
|
|||||||
4. 40 seconds
|
4. 40 seconds
|
||||||
5. 80 seconds (capped at 3 minutes)
|
5. 80 seconds (capped at 3 minutes)
|
||||||
|
|
||||||
|
### Global Settings (`argocd-cm`)
|
||||||
|
|
||||||
|
| Setting | Value | Purpose |
|
||||||
|
|---------|-------|---------|
|
||||||
|
| `application.resourceTrackingMethod` | `annotation` | Track resources via annotations |
|
||||||
|
| `timeout.reconciliation` | `60s` | Reconciliation interval |
|
||||||
|
| `admin.enabled` | `true` | Enable admin account |
|
||||||
|
| `git.submodule.enabled` | `false` | Disable git submodule checkout — submodules are not needed for manifest generation |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Infrastructure Components
|
## Infrastructure Components
|
||||||
|
|||||||
@@ -6,6 +6,9 @@ configs:
|
|||||||
application.resourceTrackingMethod: annotation
|
application.resourceTrackingMethod: annotation
|
||||||
timeout.reconciliation: 60s
|
timeout.reconciliation: 60s
|
||||||
admin.enabled: "true"
|
admin.enabled: "true"
|
||||||
|
# Disable git submodule checkout - submodules (e.g. shared-prompts)
|
||||||
|
# are not needed for K8s manifest generation
|
||||||
|
git.submodule.enabled: "false"
|
||||||
params:
|
params:
|
||||||
"server.insecure": true
|
"server.insecure": true
|
||||||
server:
|
server:
|
||||||
|
|||||||
Reference in New Issue
Block a user