From 00ceeeea417eaed257847367f7cc48569bdae767 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Wed, 2 Sep 2026 15:46:25 +0200 Subject: [PATCH] fix(tests): add vector container to cluster operations check --- .../cluster_operation/{20-assert.yaml => 20-assert.yaml.j2} | 3 +++ 1 file changed, 3 insertions(+) rename tests/templates/kuttl/cluster_operation/{20-assert.yaml => 20-assert.yaml.j2} (93%) diff --git a/tests/templates/kuttl/cluster_operation/20-assert.yaml b/tests/templates/kuttl/cluster_operation/20-assert.yaml.j2 similarity index 93% rename from tests/templates/kuttl/cluster_operation/20-assert.yaml rename to tests/templates/kuttl/cluster_operation/20-assert.yaml.j2 index 9dbca00b..381b31f7 100644 --- a/tests/templates/kuttl/cluster_operation/20-assert.yaml +++ b/tests/templates/kuttl/cluster_operation/20-assert.yaml.j2 @@ -40,3 +40,6 @@ spec: - pipefail - -c - "curl --fail --silent --show-error http://127.0.0.1:52020/health/cluster | grep -q 'Cluster Status: CONNECTED'" +{% if lookup('env', 'VECTOR_AGGREGATOR') %} + - name: vector +{% endif %}