This commit is contained in:
2026-04-24 22:39:55 +02:00
parent 5d2ca24611
commit 6bdb86684a
4 changed files with 33 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-repo-server-config
namespace: argocd
data:
# Disable git submodule checkout - submodules (e.g. shared-prompts)
# are not needed for K8s manifest generation
ARGOCD_GIT_MODULES_ENABLED: "false"