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,9 +1,9 @@
apiVersion: v1
kind: Secret
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: stackspin-calcom-keys
namespace: stackspout
type: Opaque
spec:
data:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"