Skip to content

Commit 3188c01

Browse files
authored
add prompt to workflow env vars (#110)
* add prompt to workflow env vars * update chart version
1 parent fe69420 commit 3188c01

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

charts/multiwoven/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: |
44
Multiwoven is an open-source reverse ETL tool, offering an alternative to qHightouch, Census, and similar platforms. 🔥
55
# kubeVersion: ">=1.16.0"
66
type: application
7-
version: 0.73.0
8-
appVersion: "0.73.0"
7+
version: 0.74.0
8+
appVersion: "0.74.0"
99
home: https://github.com/Multiwoven/multiwoven
1010
sources:
1111
- https://docs.squared.ai/open-source/guides/setup/helm

charts/multiwoven/templates/multiwoven-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ data:
4040
LEAD_CAPTURE_ENABLED: {{ .Values.multiwovenConfig.leadCaptureEnabled | quote }}
4141
LIGHTNING_URL: {{ .Values.lightningConfig.lightningUrl | quote }}
4242
NEW_RELIC_KEY: {{ .Values.multiwovenConfig.newRelicKey | quote }}
43+
PROMPT_TO_WORKFLOW_PROVIDER: {{ .Values.multiwovenConfig.promptToWorkflowProvider | quote }}
44+
PROMPT_TO_WORKFLOW_MODEL: {{ .Values.multiwovenConfig.promptToWorkflowModel | quote }}
45+
PROMPT_TO_WORKFLOW_API_URL: {{ .Values.multiwovenConfig.promptToWorkflowApiUrl | quote }}
46+
PROMPT_TO_WORKFLOW_API_KEY: {{ .Values.multiwovenConfig.promptToWorkflowApiKey | quote }}
4347
RAILS_ENV: {{ .Values.multiwovenConfig.railsEnv | quote }}
4448
RAILS_LOG_LEVEL: {{ .Values.multiwovenConfig.railsLogLevel | quote }}
4549
REMOTE_CODE_EXECUTION_PROVIDER: {{ .Values.multiwovenConfig.remoteCodeExecutionProvider | quote }}

charts/multiwoven/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ multiwovenConfig:
3333
newRelicKey: yourkey
3434
nginxProxyBodySize: 2m
3535
privateRepo: false
36+
promptToWorkflowProvider: ""
37+
promptToWorkflowModel: ""
38+
promptToWorkflowApiUrl: ""
39+
promptToWorkflowApiKey: ""
3640
railsEnv: development
3741
railsLogLevel: info
3842
registrySecretName: mwregistrysecret

0 commit comments

Comments
 (0)