Fixed bug with joplin server helm chart with secret values

This commit is contained in:
Richard Tomik
2025-08-25 09:08:40 +02:00
parent e809d6067d
commit 85b6787314
4 changed files with 28 additions and 12 deletions

View File

@ -128,9 +128,10 @@ postgresql:
existingSecret: ""
userKey: "username"
passwordKey: "password"
hostKey: "host"
portKey: "port"
databaseKey: "database"
# Optional: only set if host/port/database are also in the secret
hostKey: ""
portKey: ""
databaseKey: ""
## Joplin Server Configuration
joplin: