diff --git a/manifests/focalboard/values.yaml b/manifests/focalboard/values.yaml index e36d905..201f14a 100644 --- a/manifests/focalboard/values.yaml +++ b/manifests/focalboard/values.yaml @@ -20,7 +20,15 @@ service: focalboard: username: admin@dvirlabs.com password: "admin1234" - port: 80 # 👈 Required to avoid config parsing errors + config: + enabled: true + config: | + { + "port": 80, + "dbtype": "postgres", + "dbconfig": "postgres://focalboard:focalboard@focalboard-postgresql.dev-tools.svc.cluster.local/focalboard?sslmode=disable", + "telemetry": false + } postgresql: enabled: true