apps/meet: adjust calcom-keys to apply encoding

This commit is contained in:
xeruf 2024-02-29 15:34:51 +01:00
parent 503c88dd9b
commit 45e415b1de
1 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
apiVersion: v1 apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: Secret kind: StringSecret
metadata: metadata:
name: stackspin-calcom-keys name: stackspin-calcom-keys
namespace: stackspout namespace: stackspout
type: Opaque spec:
data: data:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom" DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}" NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
NEXTAUTH_SECRET: "${nextauth_secret}" NEXTAUTH_SECRET: "${nextauth_secret}"