From e57a392b3f72775cb74469d75b018495a82f1968 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Tue, 12 Nov 2024 16:36:16 -0500 Subject: [PATCH] remove --- 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 5dbf8ea..c963aa1 100644 --- a/charts/langsmith/templates/_helpers.tpl +++ b/charts/langsmith/templates/_helpers.tpl @@ -299,9 +299,6 @@ Template containing common environment variables that are used by several servic optional: true {{- end }} {{- if eq .Values.config.blobStorage.engine "Azure" }} -{{/* TODO: remove S3_API_URL once not required by config checks */}} -- name: S3_API_URL - value: {{ .Values.config.blobStorage.apiURL | quote }} - name: AZURE_STORAGE_ACCOUNT_NAME value: {{ .Values.config.blobStorage.azureStorageAccountName | quote }} - name: AZURE_STORAGE_CONTAINER_NAME