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: []