argocd tls

This commit is contained in:
2026-04-25 11:49:17 +02:00
parent 167d893233
commit 45e502d74d
9 changed files with 249 additions and 16 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"