mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-07-16 16:25:16 +00:00
Fixed bug with joplin server helm chart with secret values
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user