#!/usr/bin/env bats teardown() { kubectl -n tenant-test delete externaldns.apps.cozystack.io --all --ignore-not-found 2>/dev/null || true } @test "Create and Verify ExternalDNS with inmemory provider" { name='test' kubectl apply -f - <