repo cleanup

This commit is contained in:
2026-05-18 15:13:12 -05:00
parent cdc78955b1
commit 1f7318f1c3
19 changed files with 109 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
# ------------------------------------------------------------------------------
# ArgoCD Server Parameters
# Sets server.insecure=true so TLS is terminated at ingress, not argocd-server
# ------------------------------------------------------------------------------
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
namespace: argocd
data:
server.insecure: "true"