Skip to content

Commit

Permalink
Merge pull request #184 from langchain-ai/angus/create-clickhouse-clu…
Browse files Browse the repository at this point in the history
…ster-variable

feat: Rename cluster var and add to docs
  • Loading branch information
angus-langchain authored Nov 18, 2024
2 parents 0c46c20 + 0df98df commit e032fa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| clickhouse.config.allowSimdjson | bool | `true` | |
| clickhouse.containerHttpPort | int | `8123` | |
| clickhouse.containerNativePort | int | `9000` | |
| clickhouse.external.clickhouseCluster | string | `""` | |
| clickhouse.external.cluster | string | `""` | |
| clickhouse.external.database | string | `"default"` | |
| clickhouse.external.enabled | bool | `false` | |
| clickhouse.external.existingSecretName | string | `""` | |
Expand Down Expand Up @@ -344,7 +344,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| clickhouse.config.allowSimdjson | bool | `true` | |
| clickhouse.containerHttpPort | int | `8123` | |
| clickhouse.containerNativePort | int | `9000` | |
| clickhouse.external.clickhouseCluster | string | `""` | |
| clickhouse.external.cluster | string | `""` | |
| clickhouse.external.database | string | `"default"` | |
| clickhouse.external.enabled | bool | `false` | |
| clickhouse.external.existingSecretName | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/langsmith/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Template containing common environment variables that are used by several servic
name: {{ include "langsmith.clickhouseSecretsName" . }}
key: clickhouse_tls
- name: CLICKHOUSE_CLUSTER
value: {{ .Values.clickhouse.external.clickhouseCluster }}
value: {{ .Values.clickhouse.external.cluster }}
- name: LOG_LEVEL
value: {{ .Values.config.logLevel }}
{{- if .Values.config.oauth.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ clickhouse:
password: "password"
database: "default"
tls: false
clickhouseCluster: ""
cluster: ""
existingSecretName: ""
containerHttpPort: 8123
containerNativePort: 9000
Expand Down

0 comments on commit e032fa3

Please sign in to comment.