apps/meet: adjust calcom-keys to apply encoding
This commit is contained in:
parent
503c88dd9b
commit
45e415b1de
|
@ -1,11 +1,11 @@
|
||||||
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}"
|
||||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||||
|
|
Loading…
Reference in New Issue