From 12603ce4a706a89ef749b3d49bbecf22e57bcc6f Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 11:21:08 +0200 Subject: [PATCH] autocommit --- helm/argocd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index f506c86..2f7de5e 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -2040,7 +2040,8 @@ server: labels: {} # -- Additional ingress annotations ## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#option-1-ssl-passthrough - annotations: {} + annotations: + nginx.ingress.kubernetes.io/force-ssl-redirect: "false" # nginx.ingress.kubernetes.io/force-ssl-redirect: "true" # nginx.ingress.kubernetes.io/ssl-passthrough: "true"