From c0617aef05213322cbfe2beda885337a9fb19288 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 27 Apr 2024 23:21:15 +0000 Subject: [PATCH] put values in global --- apps/base/windmill/windmill.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index 4f883aa..31211ba 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -24,10 +24,11 @@ spec: values: postgresql: enabled: true - primary: - persistence: - storageClass: "vultr-block-storage" - size: 7Gi + global: + primary: + persistence: + storageClass: "vultr-block-storage" + size: 7Gi 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