From e1ffd119ab1a00828fc0f828e76fc35f01ba0cb2 Mon Sep 17 00:00:00 2001 From: npub122y0pqkertljmedu303rl0aqrj3w8pvu43t6jxm6875lzg6f2pwqegc3xc <5288f082d91aff2de5bc8be23fbfa01ca2e3859cac57a91b7a3fa9f12349505c@buzz.block.builderlab.xyz> Date: Tue, 28 Jul 2026 20:00:39 -0700 Subject: [PATCH] test(helm): enforce omitted S3 region Make the default-region absence assertion match any environment entry so an unconditional BUZZ_S3_REGION render fails the chart test. Co-authored-by: Kalvin Chau Signed-off-by: Kalvin Chau --- deploy/charts/buzz/tests/render_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/charts/buzz/tests/render_test.yaml b/deploy/charts/buzz/tests/render_test.yaml index 6a98f9c83..cf0821078 100644 --- a/deploy/charts/buzz/tests/render_test.yaml +++ b/deploy/charts/buzz/tests/render_test.yaml @@ -34,6 +34,7 @@ tests: path: spec.template.spec.containers[0].env content: name: BUZZ_S3_REGION + any: true template: templates/deployment.yaml - contains: path: spec.template.spec.containers[0].env