From 6b9de5f09ad357edfb4d8a30b96c1d3be7a07e1d Mon Sep 17 00:00:00 2001 From: infra Date: Fri, 5 Jul 2024 20:09:13 -0400 Subject: [PATCH] fix test --- charts/langsmith/templates/_helpers.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/langsmith/templates/_helpers.tpl b/charts/langsmith/templates/_helpers.tpl index 0f1884b..285d967 100644 --- a/charts/langsmith/templates/_helpers.tpl +++ b/charts/langsmith/templates/_helpers.tpl @@ -211,9 +211,6 @@ Template containing common environment variables that are used by several servic {{- if .Values.config.orgCreationDisabled }} - name: FF_ORG_CREATION_DISABLED value: {{ .Values.config.orgCreationDisabled | quote }} -{{- if .Values.commonEnv }} -{{ toYaml .Values.commonEnv }} -{{- end }} {{- end }} {{- end }}