From b974d6b2f5461d051067652e3c8f6a2f89dae63f Mon Sep 17 00:00:00 2001 From: Jon Cope Date: Fri, 26 Apr 2024 12:40:12 -0500 Subject: [PATCH] the source path for the route crd has changed as well as the filename. updated the assets.yaml to use the new path Signed-off-by: Jon Cope --- scripts/auto-rebase/assets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-rebase/assets.yaml b/scripts/auto-rebase/assets.yaml index 1df438749a..93d6a566c5 100644 --- a/scripts/auto-rebase/assets.yaml +++ b/scripts/auto-rebase/assets.yaml @@ -196,7 +196,7 @@ assets: - file: storage_version_migration.crd.yaml src: 0000_50_cluster-kube-storage-version-migrator-operator_01_storage_migration_crd.yaml - file: route.crd.yaml - src: /kubernetes/vendor/github.com/openshift/api/route/v1/ + src: /kubernetes/vendor/github.com/openshift/api/route/v1/zz_generated.crd-manifests/routes-Default.crd.yaml - dir: release/ ignore: "it contains files generated during rebase procedure"