From 224741955c30f19b5458286ba6fb1471de004180 Mon Sep 17 00:00:00 2001 From: B&R Date: Sun, 29 Oct 2023 09:27:58 +0100 Subject: [PATCH] fix: Missing CRD on CI --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3b766c83..cfa87ef4 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ _pytest: ## Shortcut for E2E tests without setting up the environment pipenv run pytest -s _prepare-env: + kubectl apply -f "helm/backup-repository-server/templates/crd.yaml" kubectl apply -f "docs/examples/" -n backups run: