#!/usr/bin/env bats @test "Create DB PostgreSQL" { name='test' kubectl -n tenant-test get postgreses.apps.cozystack.io $name || kubectl apply -f - <