From a5514294979b236f29c9fc420c679d3fbd168c6b Mon Sep 17 00:00:00 2001 From: Sergio Talens-Oliag Date: Mon, 28 Apr 2025 07:35:41 +0200 Subject: [PATCH] Disable TLS for the argocd-server --- bootstrap/argo-cd/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap/argo-cd/kustomization.yaml b/bootstrap/argo-cd/kustomization.yaml index d5dca7d..93b410f 100644 --- a/bootstrap/argo-cd/kustomization.yaml +++ b/bootstrap/argo-cd/kustomization.yaml @@ -11,6 +11,11 @@ configMapGenerator: key: git_username name: autopilot-secret name: argocd-cm + # Disable TLS for the Argo Server (see https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#traefik-v30) +- behavior: merge + literals: + - "server.insecure=true" + name: argocd-cmd-params-cm kind: Kustomization namespace: argocd resources: