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: