use existing secret for wmill pg
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
2384023ea8
commit
c07e385bb7
|
@ -0,0 +1,7 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: futureporn
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- repository.yaml
|
||||||
|
- release.yaml
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: piko
|
|
@ -27,8 +27,8 @@ spec:
|
||||||
fullnameOverride: windmill-postgresql
|
fullnameOverride: windmill-postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
postgresPassword: blahblahblah
|
|
||||||
database: windmill
|
database: windmill
|
||||||
|
existingSecret: windmill-postgres
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue