chore: Remove argo-workflow-sso from ArgoCD

This commit is contained in:
Peter 2026-04-06 17:33:43 +02:00
parent cf9b1822b1
commit 8d9310931c
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
3 changed files with 0 additions and 23 deletions

View file

@ -26,4 +26,3 @@ configMapGenerator:
patches: patches:
- path: patches/configmap.yaml - path: patches/configmap.yaml
- path: patches/deployments.yaml

View file

@ -23,12 +23,6 @@ data:
- profile - profile
- email - email
- groups - groups
staticClients:
- name: Argo Workflows
id: argo-workflows-sso
redirectURIs:
- https://workflows.peterg.nl/oauth2/callback
secretEnv: ARGO_WORKFLOWS_SSO_CLIENT_SECRET
--- ---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap

View file

@ -1,16 +0,0 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-dex-server
spec:
template:
spec:
containers:
- name: dex
env:
- name: ARGO_WORKFLOWS_SSO_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: argo-workflows-sso
key: client-secret