From 21519b8ee995416808cc01597533e29fc9566d60 Mon Sep 17 00:00:00 2001 From: sudouser Date: Tue, 14 Jul 2026 02:47:17 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20'manifes?= =?UTF-8?q?ts/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml b/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml index 9f02775..1dc522c 100644 --- a/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml +++ b/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml @@ -15,7 +15,7 @@ spec: - | # Test DD_ENV if [ "$DD_ENV" != "dev_helm" ]; then - echo "❌ Environment variable DD_ENV mismatch. Expected: dev_helm, Got: $DD_ENV" + echo "❌ EEnvironment variable DD_ENV mismatch. Expected: dev_helm, Got: $DD_ENV" exit 1 fi echo "✅ Environment variable DD_ENV matches expected value: $DD_ENV"