From 89a432108e9f284173a2dfb87b5fad374ef9e768 Mon Sep 17 00:00:00 2001 From: Drew Sessler Date: Mon, 24 Nov 2025 15:36:57 -0500 Subject: [PATCH] Remove double dash from kuttl test filenames to comply with stricter filename requirements in kuttl 0.23.0. --- testing/kuttl/e2e/backup/{00--cluster.yaml => 00-cluster.yaml} | 0 .../{01--check-pod-command.yaml => 01-check-pod-command.yaml} | 0 .../{02--backup-with-flags.yaml => 02-backup-with-flags.yaml} | 0 ...mmand-with-flags.yaml => 03-check-pod-command-with-flags.yaml} | 0 ...-with-longer-option.yaml => 04-backup-with-longer-option.yaml} | 0 ...options.yaml => 05-check-pod-command-with-longer-options.yaml} | 0 ...ith-multiple-flags.yaml => 06-backup-with-multiple-flags.yaml} | 0 ...e-flags.yaml => 07-check-pod-command-with-multiple-flags.yaml} | 0 ...up-with-just-trigger.yaml => 08-backup-with-just-trigger.yaml} | 0 .../backup/{10--update-cluster.yaml => 10-update-cluster.yaml} | 0 ...11--backup-with-new-flag.yaml => 11-backup-with-new-flag.yaml} | 0 ...h-force-conflicts.yaml => 12-backup-with-force-conflicts.yaml} | 0 .../{00--create_cluster.yaml => 00-create_cluster.yaml} | 0 .../{01--create_cluster.yaml => 01-create_cluster.yaml} | 0 .../create/{00--create_cluster.yaml => 00-create_cluster.yaml} | 0 ...k_version_validation.yaml => 01-check_version_validation.yaml} | 0 .../e2e/delete-cluster/{00--cluster.yaml => 00-cluster.yaml} | 0 .../{01--delete-cluster-no.yaml => 01-delete-cluster-no.yaml} | 0 .../{02--delete-cluster-yes.yaml => 02-delete-cluster-yes.yaml} | 0 .../{04--delete-fake-cluster.yaml => 04-delete-fake-cluster.yaml} | 0 testing/kuttl/e2e/restore/{00--cluster.yaml => 00-cluster.yaml} | 0 .../kuttl/e2e/restore/{01--validation.yaml => 01-validation.yaml} | 0 .../{11--restore-latest-no.yaml => 11-restore-latest-no.yaml} | 0 .../{12--restore-latest-yes.yaml => 12-restore-latest-yes.yaml} | 0 .../{13--restore-specific.yaml => 13-restore-specific.yaml} | 0 .../{14--disable-restores.yaml => 14-disable-restores.yaml} | 0 .../{20--predefined-settings.yaml => 20-predefined-settings.yaml} | 0 testing/kuttl/e2e/restore/{30--conflict.yaml => 30-conflict.yaml} | 0 .../restore/{31--force-conflicts.yaml => 31-force-conflicts.yaml} | 0 testing/kuttl/e2e/show/{00--cluster.yaml => 00-cluster.yaml} | 0 .../show/{01--pgbackrest-info.yaml => 01-pgbackrest-info.yaml} | 0 ...--pgbackrest-info-repo1.yaml => 02-pgbackrest-info-repo1.yaml} | 0 ...pgbackrest-info-output.yaml => 03-pgbackrest-info-output.yaml} | 0 ...st-info-bad-format.yaml => 04-pgbackrest-info-bad-format.yaml} | 0 .../show/{05--patronictl-list.yaml => 05-patronictl-list.yaml} | 0 ...06--patronictl-list-json.yaml => 06-patronictl-list-json.yaml} | 0 ...tl-list-bad-format.yaml => 07-patronictl-list-bad-format.yaml} | 0 testing/kuttl/e2e/show/{08--show-user.yaml => 08-show-user.yaml} | 0 .../e2e/show/{09--combined-show.yaml => 09-combined-show.yaml} | 0 .../kuttl/e2e/start-stop/{00--cluster.yaml => 00-cluster.yaml} | 0 ...onflicts.yaml => 01-stop-cluster-no-with-force-conflicts.yaml} | 0 ...nflicts.yaml => 02-stop-cluster-yes-with-force-conflicts.yaml} | 0 .../start-stop/{03--start-cluster.yaml => 03-start-cluster.yaml} | 0 ...art-a-started-cluster.yaml => 04-start-a-started-cluster.yaml} | 0 .../{00--create_cluster.yaml => 00-create_cluster.yaml} | 0 .../{01--support_export.yaml => 01-support_export.yaml} | 0 .../{10--invalid_cluster.yaml => 10-invalid_cluster.yaml} | 0 ..._limitrange_ingress.yaml => 20-create_limitrange_ingress.yaml} | 0 .../{21--support_export.yaml => 21-support_export.yaml} | 0 .../e2e/support-export/{22--cleanup.yaml => 22-cleanup.yaml} | 0 ...ith_monitoring.yaml => 30-create_cluster_with_monitoring.yaml} | 0 .../{31--support_export.yaml => 31-support_export.yaml} | 0 .../e2e/support-export/{32--cleanup.yaml => 32-cleanup.yaml} | 0 ...mentation.yaml => 33-create_cluster_with_instrumentation.yaml} | 0 .../{34--support_export.yaml => 34-support_export.yaml} | 0 .../e2e/version/{00--check-version.yaml => 00-check-version.yaml} | 0 ...01--check-client-version.yaml => 01-check-client-version.yaml} | 0 57 files changed, 0 insertions(+), 0 deletions(-) rename testing/kuttl/e2e/backup/{00--cluster.yaml => 00-cluster.yaml} (100%) rename testing/kuttl/e2e/backup/{01--check-pod-command.yaml => 01-check-pod-command.yaml} (100%) rename testing/kuttl/e2e/backup/{02--backup-with-flags.yaml => 02-backup-with-flags.yaml} (100%) rename testing/kuttl/e2e/backup/{03--check-pod-command-with-flags.yaml => 03-check-pod-command-with-flags.yaml} (100%) rename testing/kuttl/e2e/backup/{04--backup-with-longer-option.yaml => 04-backup-with-longer-option.yaml} (100%) rename testing/kuttl/e2e/backup/{05--check-pod-command-with-longer-options.yaml => 05-check-pod-command-with-longer-options.yaml} (100%) rename testing/kuttl/e2e/backup/{06--backup-with-multiple-flags.yaml => 06-backup-with-multiple-flags.yaml} (100%) rename testing/kuttl/e2e/backup/{07--check-pod-command-with-multiple-flags.yaml => 07-check-pod-command-with-multiple-flags.yaml} (100%) rename testing/kuttl/e2e/backup/{08--backup-with-just-trigger.yaml => 08-backup-with-just-trigger.yaml} (100%) rename testing/kuttl/e2e/backup/{10--update-cluster.yaml => 10-update-cluster.yaml} (100%) rename testing/kuttl/e2e/backup/{11--backup-with-new-flag.yaml => 11-backup-with-new-flag.yaml} (100%) rename testing/kuttl/e2e/backup/{12--backup-with-force-conflicts.yaml => 12-backup-with-force-conflicts.yaml} (100%) rename testing/kuttl/e2e/create-without-backups/{00--create_cluster.yaml => 00-create_cluster.yaml} (100%) rename testing/kuttl/e2e/create-without-backups/{01--create_cluster.yaml => 01-create_cluster.yaml} (100%) rename testing/kuttl/e2e/create/{00--create_cluster.yaml => 00-create_cluster.yaml} (100%) rename testing/kuttl/e2e/create/{01--check_version_validation.yaml => 01-check_version_validation.yaml} (100%) rename testing/kuttl/e2e/delete-cluster/{00--cluster.yaml => 00-cluster.yaml} (100%) rename testing/kuttl/e2e/delete-cluster/{01--delete-cluster-no.yaml => 01-delete-cluster-no.yaml} (100%) rename testing/kuttl/e2e/delete-cluster/{02--delete-cluster-yes.yaml => 02-delete-cluster-yes.yaml} (100%) rename testing/kuttl/e2e/delete-cluster/{04--delete-fake-cluster.yaml => 04-delete-fake-cluster.yaml} (100%) rename testing/kuttl/e2e/restore/{00--cluster.yaml => 00-cluster.yaml} (100%) rename testing/kuttl/e2e/restore/{01--validation.yaml => 01-validation.yaml} (100%) rename testing/kuttl/e2e/restore/{11--restore-latest-no.yaml => 11-restore-latest-no.yaml} (100%) rename testing/kuttl/e2e/restore/{12--restore-latest-yes.yaml => 12-restore-latest-yes.yaml} (100%) rename testing/kuttl/e2e/restore/{13--restore-specific.yaml => 13-restore-specific.yaml} (100%) rename testing/kuttl/e2e/restore/{14--disable-restores.yaml => 14-disable-restores.yaml} (100%) rename testing/kuttl/e2e/restore/{20--predefined-settings.yaml => 20-predefined-settings.yaml} (100%) rename testing/kuttl/e2e/restore/{30--conflict.yaml => 30-conflict.yaml} (100%) rename testing/kuttl/e2e/restore/{31--force-conflicts.yaml => 31-force-conflicts.yaml} (100%) rename testing/kuttl/e2e/show/{00--cluster.yaml => 00-cluster.yaml} (100%) rename testing/kuttl/e2e/show/{01--pgbackrest-info.yaml => 01-pgbackrest-info.yaml} (100%) rename testing/kuttl/e2e/show/{02--pgbackrest-info-repo1.yaml => 02-pgbackrest-info-repo1.yaml} (100%) rename testing/kuttl/e2e/show/{03--pgbackrest-info-output.yaml => 03-pgbackrest-info-output.yaml} (100%) rename testing/kuttl/e2e/show/{04--pgbackrest-info-bad-format.yaml => 04-pgbackrest-info-bad-format.yaml} (100%) rename testing/kuttl/e2e/show/{05--patronictl-list.yaml => 05-patronictl-list.yaml} (100%) rename testing/kuttl/e2e/show/{06--patronictl-list-json.yaml => 06-patronictl-list-json.yaml} (100%) rename testing/kuttl/e2e/show/{07--patronictl-list-bad-format.yaml => 07-patronictl-list-bad-format.yaml} (100%) rename testing/kuttl/e2e/show/{08--show-user.yaml => 08-show-user.yaml} (100%) rename testing/kuttl/e2e/show/{09--combined-show.yaml => 09-combined-show.yaml} (100%) rename testing/kuttl/e2e/start-stop/{00--cluster.yaml => 00-cluster.yaml} (100%) rename testing/kuttl/e2e/start-stop/{01--stop-cluster-no-with-force-conflicts.yaml => 01-stop-cluster-no-with-force-conflicts.yaml} (100%) rename testing/kuttl/e2e/start-stop/{02--stop-cluster-yes-with-force-conflicts.yaml => 02-stop-cluster-yes-with-force-conflicts.yaml} (100%) rename testing/kuttl/e2e/start-stop/{03--start-cluster.yaml => 03-start-cluster.yaml} (100%) rename testing/kuttl/e2e/start-stop/{04--start-a-started-cluster.yaml => 04-start-a-started-cluster.yaml} (100%) rename testing/kuttl/e2e/support-export/{00--create_cluster.yaml => 00-create_cluster.yaml} (100%) rename testing/kuttl/e2e/support-export/{01--support_export.yaml => 01-support_export.yaml} (100%) rename testing/kuttl/e2e/support-export/{10--invalid_cluster.yaml => 10-invalid_cluster.yaml} (100%) rename testing/kuttl/e2e/support-export/{20--create_limitrange_ingress.yaml => 20-create_limitrange_ingress.yaml} (100%) rename testing/kuttl/e2e/support-export/{21--support_export.yaml => 21-support_export.yaml} (100%) rename testing/kuttl/e2e/support-export/{22--cleanup.yaml => 22-cleanup.yaml} (100%) rename testing/kuttl/e2e/support-export/{30--create_cluster_with_monitoring.yaml => 30-create_cluster_with_monitoring.yaml} (100%) rename testing/kuttl/e2e/support-export/{31--support_export.yaml => 31-support_export.yaml} (100%) rename testing/kuttl/e2e/support-export/{32--cleanup.yaml => 32-cleanup.yaml} (100%) rename testing/kuttl/e2e/support-export/{33--create_cluster_with_instrumentation.yaml => 33-create_cluster_with_instrumentation.yaml} (100%) rename testing/kuttl/e2e/support-export/{34--support_export.yaml => 34-support_export.yaml} (100%) rename testing/kuttl/e2e/version/{00--check-version.yaml => 00-check-version.yaml} (100%) rename testing/kuttl/e2e/version/{01--check-client-version.yaml => 01-check-client-version.yaml} (100%) diff --git a/testing/kuttl/e2e/backup/00--cluster.yaml b/testing/kuttl/e2e/backup/00-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/backup/00--cluster.yaml rename to testing/kuttl/e2e/backup/00-cluster.yaml diff --git a/testing/kuttl/e2e/backup/01--check-pod-command.yaml b/testing/kuttl/e2e/backup/01-check-pod-command.yaml similarity index 100% rename from testing/kuttl/e2e/backup/01--check-pod-command.yaml rename to testing/kuttl/e2e/backup/01-check-pod-command.yaml diff --git a/testing/kuttl/e2e/backup/02--backup-with-flags.yaml b/testing/kuttl/e2e/backup/02-backup-with-flags.yaml similarity index 100% rename from testing/kuttl/e2e/backup/02--backup-with-flags.yaml rename to testing/kuttl/e2e/backup/02-backup-with-flags.yaml diff --git a/testing/kuttl/e2e/backup/03--check-pod-command-with-flags.yaml b/testing/kuttl/e2e/backup/03-check-pod-command-with-flags.yaml similarity index 100% rename from testing/kuttl/e2e/backup/03--check-pod-command-with-flags.yaml rename to testing/kuttl/e2e/backup/03-check-pod-command-with-flags.yaml diff --git a/testing/kuttl/e2e/backup/04--backup-with-longer-option.yaml b/testing/kuttl/e2e/backup/04-backup-with-longer-option.yaml similarity index 100% rename from testing/kuttl/e2e/backup/04--backup-with-longer-option.yaml rename to testing/kuttl/e2e/backup/04-backup-with-longer-option.yaml diff --git a/testing/kuttl/e2e/backup/05--check-pod-command-with-longer-options.yaml b/testing/kuttl/e2e/backup/05-check-pod-command-with-longer-options.yaml similarity index 100% rename from testing/kuttl/e2e/backup/05--check-pod-command-with-longer-options.yaml rename to testing/kuttl/e2e/backup/05-check-pod-command-with-longer-options.yaml diff --git a/testing/kuttl/e2e/backup/06--backup-with-multiple-flags.yaml b/testing/kuttl/e2e/backup/06-backup-with-multiple-flags.yaml similarity index 100% rename from testing/kuttl/e2e/backup/06--backup-with-multiple-flags.yaml rename to testing/kuttl/e2e/backup/06-backup-with-multiple-flags.yaml diff --git a/testing/kuttl/e2e/backup/07--check-pod-command-with-multiple-flags.yaml b/testing/kuttl/e2e/backup/07-check-pod-command-with-multiple-flags.yaml similarity index 100% rename from testing/kuttl/e2e/backup/07--check-pod-command-with-multiple-flags.yaml rename to testing/kuttl/e2e/backup/07-check-pod-command-with-multiple-flags.yaml diff --git a/testing/kuttl/e2e/backup/08--backup-with-just-trigger.yaml b/testing/kuttl/e2e/backup/08-backup-with-just-trigger.yaml similarity index 100% rename from testing/kuttl/e2e/backup/08--backup-with-just-trigger.yaml rename to testing/kuttl/e2e/backup/08-backup-with-just-trigger.yaml diff --git a/testing/kuttl/e2e/backup/10--update-cluster.yaml b/testing/kuttl/e2e/backup/10-update-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/backup/10--update-cluster.yaml rename to testing/kuttl/e2e/backup/10-update-cluster.yaml diff --git a/testing/kuttl/e2e/backup/11--backup-with-new-flag.yaml b/testing/kuttl/e2e/backup/11-backup-with-new-flag.yaml similarity index 100% rename from testing/kuttl/e2e/backup/11--backup-with-new-flag.yaml rename to testing/kuttl/e2e/backup/11-backup-with-new-flag.yaml diff --git a/testing/kuttl/e2e/backup/12--backup-with-force-conflicts.yaml b/testing/kuttl/e2e/backup/12-backup-with-force-conflicts.yaml similarity index 100% rename from testing/kuttl/e2e/backup/12--backup-with-force-conflicts.yaml rename to testing/kuttl/e2e/backup/12-backup-with-force-conflicts.yaml diff --git a/testing/kuttl/e2e/create-without-backups/00--create_cluster.yaml b/testing/kuttl/e2e/create-without-backups/00-create_cluster.yaml similarity index 100% rename from testing/kuttl/e2e/create-without-backups/00--create_cluster.yaml rename to testing/kuttl/e2e/create-without-backups/00-create_cluster.yaml diff --git a/testing/kuttl/e2e/create-without-backups/01--create_cluster.yaml b/testing/kuttl/e2e/create-without-backups/01-create_cluster.yaml similarity index 100% rename from testing/kuttl/e2e/create-without-backups/01--create_cluster.yaml rename to testing/kuttl/e2e/create-without-backups/01-create_cluster.yaml diff --git a/testing/kuttl/e2e/create/00--create_cluster.yaml b/testing/kuttl/e2e/create/00-create_cluster.yaml similarity index 100% rename from testing/kuttl/e2e/create/00--create_cluster.yaml rename to testing/kuttl/e2e/create/00-create_cluster.yaml diff --git a/testing/kuttl/e2e/create/01--check_version_validation.yaml b/testing/kuttl/e2e/create/01-check_version_validation.yaml similarity index 100% rename from testing/kuttl/e2e/create/01--check_version_validation.yaml rename to testing/kuttl/e2e/create/01-check_version_validation.yaml diff --git a/testing/kuttl/e2e/delete-cluster/00--cluster.yaml b/testing/kuttl/e2e/delete-cluster/00-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/delete-cluster/00--cluster.yaml rename to testing/kuttl/e2e/delete-cluster/00-cluster.yaml diff --git a/testing/kuttl/e2e/delete-cluster/01--delete-cluster-no.yaml b/testing/kuttl/e2e/delete-cluster/01-delete-cluster-no.yaml similarity index 100% rename from testing/kuttl/e2e/delete-cluster/01--delete-cluster-no.yaml rename to testing/kuttl/e2e/delete-cluster/01-delete-cluster-no.yaml diff --git a/testing/kuttl/e2e/delete-cluster/02--delete-cluster-yes.yaml b/testing/kuttl/e2e/delete-cluster/02-delete-cluster-yes.yaml similarity index 100% rename from testing/kuttl/e2e/delete-cluster/02--delete-cluster-yes.yaml rename to testing/kuttl/e2e/delete-cluster/02-delete-cluster-yes.yaml diff --git a/testing/kuttl/e2e/delete-cluster/04--delete-fake-cluster.yaml b/testing/kuttl/e2e/delete-cluster/04-delete-fake-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/delete-cluster/04--delete-fake-cluster.yaml rename to testing/kuttl/e2e/delete-cluster/04-delete-fake-cluster.yaml diff --git a/testing/kuttl/e2e/restore/00--cluster.yaml b/testing/kuttl/e2e/restore/00-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/restore/00--cluster.yaml rename to testing/kuttl/e2e/restore/00-cluster.yaml diff --git a/testing/kuttl/e2e/restore/01--validation.yaml b/testing/kuttl/e2e/restore/01-validation.yaml similarity index 100% rename from testing/kuttl/e2e/restore/01--validation.yaml rename to testing/kuttl/e2e/restore/01-validation.yaml diff --git a/testing/kuttl/e2e/restore/11--restore-latest-no.yaml b/testing/kuttl/e2e/restore/11-restore-latest-no.yaml similarity index 100% rename from testing/kuttl/e2e/restore/11--restore-latest-no.yaml rename to testing/kuttl/e2e/restore/11-restore-latest-no.yaml diff --git a/testing/kuttl/e2e/restore/12--restore-latest-yes.yaml b/testing/kuttl/e2e/restore/12-restore-latest-yes.yaml similarity index 100% rename from testing/kuttl/e2e/restore/12--restore-latest-yes.yaml rename to testing/kuttl/e2e/restore/12-restore-latest-yes.yaml diff --git a/testing/kuttl/e2e/restore/13--restore-specific.yaml b/testing/kuttl/e2e/restore/13-restore-specific.yaml similarity index 100% rename from testing/kuttl/e2e/restore/13--restore-specific.yaml rename to testing/kuttl/e2e/restore/13-restore-specific.yaml diff --git a/testing/kuttl/e2e/restore/14--disable-restores.yaml b/testing/kuttl/e2e/restore/14-disable-restores.yaml similarity index 100% rename from testing/kuttl/e2e/restore/14--disable-restores.yaml rename to testing/kuttl/e2e/restore/14-disable-restores.yaml diff --git a/testing/kuttl/e2e/restore/20--predefined-settings.yaml b/testing/kuttl/e2e/restore/20-predefined-settings.yaml similarity index 100% rename from testing/kuttl/e2e/restore/20--predefined-settings.yaml rename to testing/kuttl/e2e/restore/20-predefined-settings.yaml diff --git a/testing/kuttl/e2e/restore/30--conflict.yaml b/testing/kuttl/e2e/restore/30-conflict.yaml similarity index 100% rename from testing/kuttl/e2e/restore/30--conflict.yaml rename to testing/kuttl/e2e/restore/30-conflict.yaml diff --git a/testing/kuttl/e2e/restore/31--force-conflicts.yaml b/testing/kuttl/e2e/restore/31-force-conflicts.yaml similarity index 100% rename from testing/kuttl/e2e/restore/31--force-conflicts.yaml rename to testing/kuttl/e2e/restore/31-force-conflicts.yaml diff --git a/testing/kuttl/e2e/show/00--cluster.yaml b/testing/kuttl/e2e/show/00-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/show/00--cluster.yaml rename to testing/kuttl/e2e/show/00-cluster.yaml diff --git a/testing/kuttl/e2e/show/01--pgbackrest-info.yaml b/testing/kuttl/e2e/show/01-pgbackrest-info.yaml similarity index 100% rename from testing/kuttl/e2e/show/01--pgbackrest-info.yaml rename to testing/kuttl/e2e/show/01-pgbackrest-info.yaml diff --git a/testing/kuttl/e2e/show/02--pgbackrest-info-repo1.yaml b/testing/kuttl/e2e/show/02-pgbackrest-info-repo1.yaml similarity index 100% rename from testing/kuttl/e2e/show/02--pgbackrest-info-repo1.yaml rename to testing/kuttl/e2e/show/02-pgbackrest-info-repo1.yaml diff --git a/testing/kuttl/e2e/show/03--pgbackrest-info-output.yaml b/testing/kuttl/e2e/show/03-pgbackrest-info-output.yaml similarity index 100% rename from testing/kuttl/e2e/show/03--pgbackrest-info-output.yaml rename to testing/kuttl/e2e/show/03-pgbackrest-info-output.yaml diff --git a/testing/kuttl/e2e/show/04--pgbackrest-info-bad-format.yaml b/testing/kuttl/e2e/show/04-pgbackrest-info-bad-format.yaml similarity index 100% rename from testing/kuttl/e2e/show/04--pgbackrest-info-bad-format.yaml rename to testing/kuttl/e2e/show/04-pgbackrest-info-bad-format.yaml diff --git a/testing/kuttl/e2e/show/05--patronictl-list.yaml b/testing/kuttl/e2e/show/05-patronictl-list.yaml similarity index 100% rename from testing/kuttl/e2e/show/05--patronictl-list.yaml rename to testing/kuttl/e2e/show/05-patronictl-list.yaml diff --git a/testing/kuttl/e2e/show/06--patronictl-list-json.yaml b/testing/kuttl/e2e/show/06-patronictl-list-json.yaml similarity index 100% rename from testing/kuttl/e2e/show/06--patronictl-list-json.yaml rename to testing/kuttl/e2e/show/06-patronictl-list-json.yaml diff --git a/testing/kuttl/e2e/show/07--patronictl-list-bad-format.yaml b/testing/kuttl/e2e/show/07-patronictl-list-bad-format.yaml similarity index 100% rename from testing/kuttl/e2e/show/07--patronictl-list-bad-format.yaml rename to testing/kuttl/e2e/show/07-patronictl-list-bad-format.yaml diff --git a/testing/kuttl/e2e/show/08--show-user.yaml b/testing/kuttl/e2e/show/08-show-user.yaml similarity index 100% rename from testing/kuttl/e2e/show/08--show-user.yaml rename to testing/kuttl/e2e/show/08-show-user.yaml diff --git a/testing/kuttl/e2e/show/09--combined-show.yaml b/testing/kuttl/e2e/show/09-combined-show.yaml similarity index 100% rename from testing/kuttl/e2e/show/09--combined-show.yaml rename to testing/kuttl/e2e/show/09-combined-show.yaml diff --git a/testing/kuttl/e2e/start-stop/00--cluster.yaml b/testing/kuttl/e2e/start-stop/00-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/start-stop/00--cluster.yaml rename to testing/kuttl/e2e/start-stop/00-cluster.yaml diff --git a/testing/kuttl/e2e/start-stop/01--stop-cluster-no-with-force-conflicts.yaml b/testing/kuttl/e2e/start-stop/01-stop-cluster-no-with-force-conflicts.yaml similarity index 100% rename from testing/kuttl/e2e/start-stop/01--stop-cluster-no-with-force-conflicts.yaml rename to testing/kuttl/e2e/start-stop/01-stop-cluster-no-with-force-conflicts.yaml diff --git a/testing/kuttl/e2e/start-stop/02--stop-cluster-yes-with-force-conflicts.yaml b/testing/kuttl/e2e/start-stop/02-stop-cluster-yes-with-force-conflicts.yaml similarity index 100% rename from testing/kuttl/e2e/start-stop/02--stop-cluster-yes-with-force-conflicts.yaml rename to testing/kuttl/e2e/start-stop/02-stop-cluster-yes-with-force-conflicts.yaml diff --git a/testing/kuttl/e2e/start-stop/03--start-cluster.yaml b/testing/kuttl/e2e/start-stop/03-start-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/start-stop/03--start-cluster.yaml rename to testing/kuttl/e2e/start-stop/03-start-cluster.yaml diff --git a/testing/kuttl/e2e/start-stop/04--start-a-started-cluster.yaml b/testing/kuttl/e2e/start-stop/04-start-a-started-cluster.yaml similarity index 100% rename from testing/kuttl/e2e/start-stop/04--start-a-started-cluster.yaml rename to testing/kuttl/e2e/start-stop/04-start-a-started-cluster.yaml diff --git a/testing/kuttl/e2e/support-export/00--create_cluster.yaml b/testing/kuttl/e2e/support-export/00-create_cluster.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/00--create_cluster.yaml rename to testing/kuttl/e2e/support-export/00-create_cluster.yaml diff --git a/testing/kuttl/e2e/support-export/01--support_export.yaml b/testing/kuttl/e2e/support-export/01-support_export.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/01--support_export.yaml rename to testing/kuttl/e2e/support-export/01-support_export.yaml diff --git a/testing/kuttl/e2e/support-export/10--invalid_cluster.yaml b/testing/kuttl/e2e/support-export/10-invalid_cluster.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/10--invalid_cluster.yaml rename to testing/kuttl/e2e/support-export/10-invalid_cluster.yaml diff --git a/testing/kuttl/e2e/support-export/20--create_limitrange_ingress.yaml b/testing/kuttl/e2e/support-export/20-create_limitrange_ingress.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/20--create_limitrange_ingress.yaml rename to testing/kuttl/e2e/support-export/20-create_limitrange_ingress.yaml diff --git a/testing/kuttl/e2e/support-export/21--support_export.yaml b/testing/kuttl/e2e/support-export/21-support_export.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/21--support_export.yaml rename to testing/kuttl/e2e/support-export/21-support_export.yaml diff --git a/testing/kuttl/e2e/support-export/22--cleanup.yaml b/testing/kuttl/e2e/support-export/22-cleanup.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/22--cleanup.yaml rename to testing/kuttl/e2e/support-export/22-cleanup.yaml diff --git a/testing/kuttl/e2e/support-export/30--create_cluster_with_monitoring.yaml b/testing/kuttl/e2e/support-export/30-create_cluster_with_monitoring.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/30--create_cluster_with_monitoring.yaml rename to testing/kuttl/e2e/support-export/30-create_cluster_with_monitoring.yaml diff --git a/testing/kuttl/e2e/support-export/31--support_export.yaml b/testing/kuttl/e2e/support-export/31-support_export.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/31--support_export.yaml rename to testing/kuttl/e2e/support-export/31-support_export.yaml diff --git a/testing/kuttl/e2e/support-export/32--cleanup.yaml b/testing/kuttl/e2e/support-export/32-cleanup.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/32--cleanup.yaml rename to testing/kuttl/e2e/support-export/32-cleanup.yaml diff --git a/testing/kuttl/e2e/support-export/33--create_cluster_with_instrumentation.yaml b/testing/kuttl/e2e/support-export/33-create_cluster_with_instrumentation.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/33--create_cluster_with_instrumentation.yaml rename to testing/kuttl/e2e/support-export/33-create_cluster_with_instrumentation.yaml diff --git a/testing/kuttl/e2e/support-export/34--support_export.yaml b/testing/kuttl/e2e/support-export/34-support_export.yaml similarity index 100% rename from testing/kuttl/e2e/support-export/34--support_export.yaml rename to testing/kuttl/e2e/support-export/34-support_export.yaml diff --git a/testing/kuttl/e2e/version/00--check-version.yaml b/testing/kuttl/e2e/version/00-check-version.yaml similarity index 100% rename from testing/kuttl/e2e/version/00--check-version.yaml rename to testing/kuttl/e2e/version/00-check-version.yaml diff --git a/testing/kuttl/e2e/version/01--check-client-version.yaml b/testing/kuttl/e2e/version/01-check-client-version.yaml similarity index 100% rename from testing/kuttl/e2e/version/01--check-client-version.yaml rename to testing/kuttl/e2e/version/01-check-client-version.yaml