2024-02-29 14:34:51 +00:00
|
|
|
apiVersion: secretgenerator.mittwald.de/v1alpha1
|
|
|
|
kind: StringSecret
|
2024-02-20 12:27:27 +00:00
|
|
|
metadata:
|
|
|
|
name: stackspin-calcom-keys
|
|
|
|
namespace: stackspout
|
2024-02-29 14:34:51 +00:00
|
|
|
spec:
|
|
|
|
data:
|
|
|
|
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
|
|
|
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
|
|
|
NEXTAUTH_SECRET: "${nextauth_secret}"
|
|
|
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|