From 15d10d0e6fab214d0772ee61d2126a8ff2d884b8 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Mon, 27 May 2024 22:40:07 -0800 Subject: [PATCH] remove redundant psql --- apps/base/windmill/windmill.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index 783a7b7..a992afe 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -69,7 +69,8 @@ spec: name: windmill values: postgresql: - enabled: true + # this is disabled because we spin up our own postgres with vultr HDD support (see above) + enabled: false windmill: # domain as shown in browser, this is used together with `baseProtocol` as part of the BASE_URL environment variable in app and worker container and in the ingress resource, if enabled baseDomain: windmill2.sbtp.xyz