From e478ffb62f39276068959c985fddfd5e2a29df67 Mon Sep 17 00:00:00 2001 From: Adam Boguszewski Date: Mon, 20 Feb 2023 14:14:15 +0100 Subject: [PATCH] reorganize test --- tests/helm/pvc-cleaner/config.sh | 3 --- tests/helm/pvc-cleaner/{static => }/full_config.input.yaml | 0 tests/helm/pvc-cleaner/{static => }/full_config.output.yaml | 0 3 files changed, 3 deletions(-) delete mode 100644 tests/helm/pvc-cleaner/config.sh rename tests/helm/pvc-cleaner/{static => }/full_config.input.yaml (100%) rename tests/helm/pvc-cleaner/{static => }/full_config.output.yaml (100%) diff --git a/tests/helm/pvc-cleaner/config.sh b/tests/helm/pvc-cleaner/config.sh deleted file mode 100644 index 29a963b0ad..0000000000 --- a/tests/helm/pvc-cleaner/config.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -export TEST_TEMPLATE="templates/pvc-cleaner/job.yaml" diff --git a/tests/helm/pvc-cleaner/static/full_config.input.yaml b/tests/helm/pvc-cleaner/full_config.input.yaml similarity index 100% rename from tests/helm/pvc-cleaner/static/full_config.input.yaml rename to tests/helm/pvc-cleaner/full_config.input.yaml diff --git a/tests/helm/pvc-cleaner/static/full_config.output.yaml b/tests/helm/pvc-cleaner/full_config.output.yaml similarity index 100% rename from tests/helm/pvc-cleaner/static/full_config.output.yaml rename to tests/helm/pvc-cleaner/full_config.output.yaml