diff --git a/Makefile b/Makefile index e8ddab6..46b1f62 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ build: ## Build with timoni with ns+name provided as arg/flag e2e: ## Run full flow + ep validate @$(MAKE) apply - @tests/validate.sh + @test/validate.sh @$(MAKE) delete apply: ## Apply the module with default values diff --git a/test/kind.yaml b/test/kind.yaml new file mode 100644 index 0000000..e4b6ef9 --- /dev/null +++ b/test/kind.yaml @@ -0,0 +1,4 @@ +--- +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +name: test-cluster diff --git a/tests/validate.sh b/test/validate.sh similarity index 100% rename from tests/validate.sh rename to test/validate.sh