move archive

This commit is contained in:
2026-05-18 15:15:36 -05:00
parent 1f7318f1c3
commit 8601ad9cd9
17 changed files with 0 additions and 0 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"