update saml

This commit is contained in:
2025-06-02 01:02:23 +02:00
parent d0e9acf392
commit 89a5d04c42
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,13 @@ spec:
ports:
- containerPort: 9999
env:
- name: GOTRUE_SAML_ENABLED
value: "true"
- name: GOTRUE_SAML_PRIVATE_KEY
valueFrom:
secretKeyRef:
name: appflowy-secrets
key: GOTRUE_SAML_PRIVATE_KEY
# ----- DB (Postgres HA) -----
- name: GOTRUE_DB_DRIVER
value: postgres