remove redundant psql

This commit is contained in:
CJ_Clippy 2024-05-27 22:40:07 -08:00
parent c29073d658
commit 15d10d0e6f

@ -69,7 +69,8 @@ spec:
name: windmill name: windmill
values: values:
postgresql: postgresql:
enabled: true # this is disabled because we spin up our own postgres with vultr HDD support (see above)
enabled: false
windmill: 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 # 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 baseDomain: windmill2.sbtp.xyz