diff --git a/hack/e2e-apps/clickhouse.bats b/hack/e2e-apps/clickhouse.bats index 1684c0c4..772e081f 100644 --- a/hack/e2e-apps/clickhouse.bats +++ b/hack/e2e-apps/clickhouse.bats @@ -2,6 +2,18 @@ @test "Create DB ClickHouse" { name='test' + withResources='true' + if [ "$withResources" == 'true' ]; then + resources=$(cat <