From 9941e768814f6ae63d8d28e149ae206f9c7f839c Mon Sep 17 00:00:00 2001 From: Angus Jelinek Date: Mon, 18 Nov 2024 14:19:19 -0800 Subject: [PATCH] rename clickhouse var --- charts/langsmith/README.md | 2 ++ charts/langsmith/templates/_helpers.tpl | 2 +- charts/langsmith/values.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/langsmith/README.md b/charts/langsmith/README.md index 7aef794..430d555 100644 --- a/charts/langsmith/README.md +++ b/charts/langsmith/README.md @@ -84,6 +84,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.cluster | string | `""` | | | clickhouse.external.database | string | `"default"` | | | clickhouse.external.enabled | bool | `false` | | | clickhouse.external.existingSecretName | string | `""` | | @@ -341,6 +342,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.cluster | string | `""` | | | clickhouse.external.database | string | `"default"` | | | clickhouse.external.enabled | bool | `false` | | | clickhouse.external.existingSecretName | string | `""` | | diff --git a/charts/langsmith/templates/_helpers.tpl b/charts/langsmith/templates/_helpers.tpl index 839a77f..7355d59 100644 --- a/charts/langsmith/templates/_helpers.tpl +++ b/charts/langsmith/templates/_helpers.tpl @@ -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 }} diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 5dc1fcc..95bb44b 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -394,7 +394,7 @@ clickhouse: password: "password" database: "default" tls: false - clickhouseCluster: "" + cluster: "" existingSecretName: "" containerHttpPort: 8123 containerNativePort: 9000