From 4e0d5bd9993a6fad403eb4c8e41a5a7caa62a7a4 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Tue, 2 Jul 2024 15:02:35 -0400 Subject: [PATCH] Update enhancements/storage/csi-driver-operator-merge.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roman Bednář --- enhancements/storage/csi-driver-operator-merge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/storage/csi-driver-operator-merge.md b/enhancements/storage/csi-driver-operator-merge.md index bd4b24ad59..af1d470807 100644 --- a/enhancements/storage/csi-driver-operator-merge.md +++ b/enhancements/storage/csi-driver-operator-merge.md @@ -538,7 +538,7 @@ Please note the changes to `ocp-build-data`should be merged almost same time as Once migration is complete, we should perform following post migration steps to ensure that we are not left over with legacy stuff: 1. Mark existing `openshift/--operator` repository as deprecated. -2. Ensure that we have test manifest available in `test/e2e2` directory. +2. Ensure that we have test manifest available in `test/e2e` directory. 3. Make changes into `release` repository so as it longer relies on anything from `legacy` directory. See - https://github.com/openshift/release/pull/49655 for example. 4. Remove code from `vendor/legacy` in `csi-operator` repository.