removed sso config

This commit is contained in:
2026-01-08 16:48:58 +01:00
parent a606cd03ae
commit 0c7c90901b
-12
View File
@@ -255,18 +255,6 @@ spec:
# Redis
- name: REDIS_URL
value: "redis://calcom-redis:6379"
# SSO/OIDC Configuration (for Authentik integration)
# Requires separate database - see prerequisites
- name: SAML_DATABASE_URL
value: "postgresql://$(DB_USER):$(DB_PASS)@postgresql-rw.database-system.svc.cluster.local:5432/calcom_saml"
# Admin email(s) who can configure SSO in the UI
# Must match the email used when creating the first user
- name: SAML_ADMINS
valueFrom:
secretKeyRef:
name: calcom-app
key: saml-admin-email
# Auth secrets
- name: NEXTAUTH_SECRET