flowise applicationsest dip-values add

This commit is contained in:
paasup
2026-08-13 14:42:55 +09:00
parent 46f6748963
commit 51ea5074f0
2 changed files with 10 additions and 6 deletions
@@ -1,5 +1,9 @@
questions:
- variable: "$bootstrap.initdb.password"
- variable: "infisical.username"
label: DB Username
type: hidden
default: "flowise"
- variable: "infisical.password"
label: DB Password
type: hidden
default: ""
@@ -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: