From ce9508feb390ad0e874424facca1e7906523894e Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 1 Oct 2024 15:21:04 +0200 Subject: [PATCH] OZG-6312 fix helm test --- src/test/helm/deployment_env_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/helm/deployment_env_test.yaml b/src/test/helm/deployment_env_test.yaml index 4a3139bfe..4d71e36a7 100644 --- a/src/test/helm/deployment_env_test.yaml +++ b/src/test/helm/deployment_env_test.yaml @@ -152,4 +152,4 @@ tests: path: spec.template.spec.containers[0].env content: name: ozgcloud_notification_eingangsbestaetigung_replyAllowed - value: true \ No newline at end of file + value: "true" \ No newline at end of file -- GitLab