17 lines
346 B
YAML
17 lines
346 B
YAML
|
|
---
|
||
|
|
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
|