Skip to content

Commit

Permalink
feat: add env vars for AppSignal app env (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelOAiSquared authored May 20, 2024
1 parent 44459a0 commit 42cfcfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/multiwoven/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: multiwoven
description: Open-source reverse ETL, an alternative to Hightouch, Census etc. 🔥
type: application
version: 0.12.0
appVersion: "0.12.0"
version: 0.13.0
appVersion: "0.13.0"
maintainers:
- name: subintp
- name: RafaelOAiSquared
Expand Down
1 change: 1 addition & 0 deletions charts/multiwoven/templates/multiwoven-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
{{- include "chart.labels" . | nindent 4 }}
data:
API_HOST: {{ .Values.multiwovenConfig.apiHost | quote }}
APP_ENV: {{ .Values.multiwovenConfig.appEnv | quote }}
APP_REVISION: {{ .Values.multiwovenConfig.appRevision | quote }}
APPSIGNAL_PUSH_API_KEY: {{ .Values.multiwovenConfig.appsignalPushApiKey | quote }}
DATABRICKS_DRIVER_PATH: {{ .Values.multiwovenConfig.databricksDriverPath | quote }}
Expand Down
1 change: 1 addition & 0 deletions charts/multiwoven/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kubernetesNamespace: multiwoven
multiwovenConfig:
apiHost: api.multiwoven.com
appRevision: unknown
appEnv: community
appsignalPushApiKey: yourkey
databricksDriverPath: /opt/simba/spark/lib/64/libsparkodbc_sb64.so
dbHost: multiwoven-postgresql
Expand Down

0 comments on commit 42cfcfc

Please sign in to comment.