From 51ea5074f05e289b1009080641c5fd3e8ec4ba10 Mon Sep 17 00:00:00 2001 From: paasup Date: Thu, 13 Aug 2026 14:42:55 +0900 Subject: [PATCH] flowise applicationsest dip-values add --- .../applicationset/flowise/6.0.0/dip-questions.yaml | 6 +++++- manifests/applicationset/flowise/6.0.0/dip-values.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/manifests/applicationset/flowise/6.0.0/dip-questions.yaml b/manifests/applicationset/flowise/6.0.0/dip-questions.yaml index 3f4ee3b..c2364f0 100644 --- a/manifests/applicationset/flowise/6.0.0/dip-questions.yaml +++ b/manifests/applicationset/flowise/6.0.0/dip-questions.yaml @@ -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: "" \ No newline at end of file diff --git a/manifests/applicationset/flowise/6.0.0/dip-values.yaml b/manifests/applicationset/flowise/6.0.0/dip-values.yaml index 04e2e8e..d859414 100644 --- a/manifests/applicationset/flowise/6.0.0/dip-values.yaml +++ b/manifests/applicationset/flowise/6.0.0/dip-values.yaml @@ -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: