apps/meet: adjust calcom-keys to apply encoding
This commit is contained in:
parent
503c88dd9b
commit
45e415b1de
|
@ -1,10 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
apiVersion: secretgenerator.mittwald.de/v1alpha1
|
||||
kind: StringSecret
|
||||
metadata:
|
||||
name: stackspin-calcom-keys
|
||||
namespace: stackspout
|
||||
type: Opaque
|
||||
data:
|
||||
spec:
|
||||
data:
|
||||
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
||||
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
||||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||
|
|
Loading…
Reference in New Issue