Skip to content

Commit

Permalink
fix: Add missing CLICKHOUSE_DB env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cfernhout committed Oct 30, 2024
1 parent c8a74e8 commit e6414ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datafold/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: datafold
description: Helm chart package to deploy Datafold on kubernetes.
type: application
version: 0.6.43
version: 0.6.44
appVersion: "1.0.0"
icon: https://www.datafold.com/logo.png

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ spec:
secretKeyRef:
name: {{ include "datafold.secrets" . }}
key: DATAFOLD_CLICKHOUSE_USER
- name: CLICKHOUSE_DB
value: {{ .Values.global.clickhouse.database }}
- name: DD_CONTAINER_EXCLUDE
value: "image:gcr.io/datadoghq.* kube_namespace:.*"
- name: DD_CONTAINER_INCLUDE
Expand Down

0 comments on commit e6414ec

Please sign in to comment.