From b9b1157b48081d21d90ee165eccbd5df4d14188c Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 19 Sep 2025 09:17:05 +0200 Subject: [PATCH] fix: fix argocd redirect uri for localhost on https --- values/argo/values/argocd.yaml.gotmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/values/argo/values/argocd.yaml.gotmpl b/values/argo/values/argocd.yaml.gotmpl index 006d8a05..fc4332aa 100644 --- a/values/argo/values/argocd.yaml.gotmpl +++ b/values/argo/values/argocd.yaml.gotmpl @@ -79,6 +79,7 @@ configs: name: Kubernetes # These are kubectl oidc plugin internal URLs redirectURIs: + - https://localhost:8000 - http://localhost:8000 - http://localhost:18000 # Random secret for the user to authenticat dex client