mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
23 lines
517 B
YAML
23 lines
517 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-cm
|
|
labels:
|
|
app.kubernetes.io/name: argocd-cm
|
|
app.kubernetes.io/part-of: argocd
|
|
data:
|
|
url: https://argocd.rubenhensen.nl
|
|
oidc.config: |
|
|
name: Authentik
|
|
issuer: https://authentik.rubenhensen.nl/application/o/argocd/
|
|
clientID: argocd
|
|
clientSecret: $oidc.authentik.clientSecret
|
|
requestedScopes:
|
|
- openid
|
|
- profile
|
|
- email
|
|
resource.exclusions: |
|
|
- apiGroups:
|
|
- "velero.io"
|
|
kinds:
|
|
- "Backup" |