Skip to content

Commit

Permalink
fix: plane values
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Oct 14, 2024
1 parent b2bd57c commit 5991659
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions l2/providers/Charts/Plane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function createPlaneHelm(namespace: Namespace, config: {
ingress: {
appHost: config.url
},
services: {
postgres: {
local_setup: false
},
Expand All @@ -37,8 +36,7 @@ export default function createPlaneHelm(namespace: Namespace, config: {
},
minio: {
local_setup: false
}
},
},
env: {
pgdb_database: config.dbName,
pgdb_remote_url: config.dbConnectionString,
Expand Down

0 comments on commit 5991659

Please sign in to comment.