mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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 <kalvin@block.xyz> Signed-off-by: Kalvin Chau <kalvin@block.xyz>
This commit is contained in:
co-authored by
Kalvin Chau
parent
cf3b54322a
commit
e1ffd119ab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user