fix yaml nesting?
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
fcc599459f
commit
2c757124f0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue