This commit is contained in:
2026-04-23 13:35:42 +02:00
parent 9c905355e3
commit 1fa070b041

View File

@@ -9,11 +9,14 @@ 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
repoServer:
env:
# Disable git submodule checkout - submodules (e.g. shared-prompts)
# are not needed for K8s manifest generation
- name: ARGOCD_GIT_MODULES_ENABLED
value: "false"
server: server:
ingress: ingress:
enabled: false enabled: false