apps/meet/calcom-secrets/calcom-variables: fix secret parameters
https://github.com/mittwald/kubernetes-secret-generator?tab=readme-ov-file#secure-random-strings-via-stringsecret-cr
This commit is contained in:
parent
f260dfe25b
commit
15d2c6885f
|
@ -9,4 +9,5 @@ spec:
|
||||||
- fieldName: postgresql_postgres_password
|
- fieldName: postgresql_postgres_password
|
||||||
- fieldName: nextauth_secret
|
- fieldName: nextauth_secret
|
||||||
- fieldName: calendso_key
|
- fieldName: calendso_key
|
||||||
length: 32
|
encoding: "base64"
|
||||||
|
length: "32"
|
||||||
|
|
Loading…
Reference in New Issue