From 22caadfd4d57aa0f9040fd82f26fb2290b764494 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:51:47 +0200 Subject: [PATCH] fix: Use correct indentation for SSO config --- k8s-peterg/argo-workflows/values.yaml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/k8s-peterg/argo-workflows/values.yaml b/k8s-peterg/argo-workflows/values.yaml index 13c7538..ede6940 100644 --- a/k8s-peterg/argo-workflows/values.yaml +++ b/k8s-peterg/argo-workflows/values.yaml @@ -803,19 +803,18 @@ server: # -- Give the server permissions to edit ClusterWorkflowTemplates. enableEditing: true - # SSO configuration when SSO is specified as a server auth mode. - sso: - enabled: true - issuer: https://argocd.peterg.nl/api/dex - # sessionExpiry defines how long your login is valid for in hours. (optional, default: 10h) - sessionExpiry: 240h - clientId: - name: argo-workflows-sso - key: client-id - clientSecret: - name: argo-workflows-sso - key: client-secret - redirectUrl: https://argo-workflows.peterg.nl/oauth2/callback + # SSO configuration when SSO is specified as a server auth mode. + sso: + enabled: true + issuer: https://argocd.peterg.nl/api/dex + sessionExpiry: 240h + clientId: + name: argo-workflows-sso + key: client-id + clientSecret: + name: argo-workflows-sso + key: client-secret + redirectUrl: https://argo-workflows.peterg.nl/oauth2/callback # -- Extra containers to be added to the server deployment extraContainers: []