flowise applicationsest dip-values add
This commit is contained in:
@@ -40,15 +40,15 @@ bootstrap:
|
||||
initdb:
|
||||
database: flowise
|
||||
owner: flowise
|
||||
password: "$bootstrap.initdb.password"
|
||||
secretName: "$INFISICAL_SECRET"
|
||||
encoding: UTF8
|
||||
postInitApplicationSQL: []
|
||||
ensure: present
|
||||
reclaimPolicy: retain
|
||||
|
||||
databases:
|
||||
- name: flowise
|
||||
owner: flowise
|
||||
- name: appdb
|
||||
owner: appuser
|
||||
ensure: present
|
||||
reclaimPolicy: retain
|
||||
extensions:
|
||||
@@ -133,10 +133,10 @@ postgresql:
|
||||
|
||||
externalPostgresql:
|
||||
enabled: true
|
||||
host: flowise-db-rw
|
||||
host: "{{ .Name }}-flowise-db-rw"
|
||||
port: 5432
|
||||
username: flowise
|
||||
password: "$bootstrap.initdb.password"
|
||||
existingSecret: "$INFISICAL_SECRET"
|
||||
database: flowise
|
||||
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user