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: