From 38542b6bdb5b8fce49529e794f6bfed7d6fff882 Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Sat, 8 Feb 2025 22:11:41 +0100 Subject: [PATCH] fix(argo cd): disable dex dex is not needed and it keeps crashing in latest update --- k8s/infra/controllers/argocd/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/infra/controllers/argocd/values.yaml b/k8s/infra/controllers/argocd/values.yaml index f64cfc2..644cac3 100644 --- a/k8s/infra/controllers/argocd/values.yaml +++ b/k8s/infra/controllers/argocd/values.yaml @@ -42,6 +42,7 @@ controller: memory: 4Gi dex: + enabled: false resources: requests: cpu: 10m