fix yaml nesting?
ci / build (push) Successful in 8s Details

This commit is contained in:
CJ_Clippy 2024-04-28 01:58:02 +00:00
parent fcc599459f
commit 2c757124f0
1 changed files with 18 additions and 18 deletions

View File

@ -25,7 +25,10 @@ spec:
name: bitnami name: bitnami
values: values:
postgresql: postgresql:
fullnameOverride: windmill-postgresql-mine fullnameOverride: windmill-postgresql-cool
auth:
postgresPassword: windmill
database: windmill
primary: primary:
persistence: persistence:
# It would be $0.20/mo cheaper to use 8Gi NVMe, # It would be $0.20/mo cheaper to use 8Gi NVMe,
@ -40,9 +43,6 @@ spec:
requests: requests:
cpu: "250m" cpu: "250m"
memory: "1024Mi" memory: "1024Mi"
auth:
postgresPassword: windmill
database: windmill
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta2 apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository kind: HelmRepository