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: questions:
- variable: "$bootstrap.initdb.password" - variable: "infisical.username"
label: DB Username
type: hidden
default: "flowise"
- variable: "infisical.password"
label: DB Password label: DB Password
type: hidden type: hidden
default: "" default: ""
@@ -40,15 +40,15 @@ bootstrap:
initdb: initdb:
database: flowise database: flowise
owner: flowise owner: flowise
password: "$bootstrap.initdb.password" secretName: "$INFISICAL_SECRET"
encoding: UTF8 encoding: UTF8
postInitApplicationSQL: [] postInitApplicationSQL: []
ensure: present ensure: present
reclaimPolicy: retain reclaimPolicy: retain
databases: databases:
- name: flowise - name: appdb
owner: flowise owner: appuser
ensure: present ensure: present
reclaimPolicy: retain reclaimPolicy: retain
extensions: extensions:
@@ -133,10 +133,10 @@ postgresql:
externalPostgresql: externalPostgresql:
enabled: true enabled: true
host: flowise-db-rw host: "{{ .Name }}-flowise-db-rw"
port: 5432 port: 5432
username: flowise username: flowise
password: "$bootstrap.initdb.password" existingSecret: "$INFISICAL_SECRET"
database: flowise database: flowise
redis: redis: