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:
xeruf 2024-09-08 16:30:18 +03:00
parent f260dfe25b
commit 15d2c6885f
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ spec:
- fieldName: postgresql_postgres_password
- fieldName: nextauth_secret
- fieldName: calendso_key
length: 32
encoding: "base64"
length: "32"