From ba20a51b44eb644cfbb2887f449187c4342fbf0e Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 20 Jan 2020 18:24:59 +0100 Subject: [PATCH] Make patch file consistent with test name --- test/e2e/fixtures/kustom/14_release_image/kustomization.yaml | 2 +- .../{release_patch.yaml => release_image_patch.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/e2e/fixtures/kustom/14_release_image/{release_patch.yaml => release_image_patch.yaml} (100%) diff --git a/test/e2e/fixtures/kustom/14_release_image/kustomization.yaml b/test/e2e/fixtures/kustom/14_release_image/kustomization.yaml index 0e1aa68463..b20534f225 100644 --- a/test/e2e/fixtures/kustom/14_release_image/kustomization.yaml +++ b/test/e2e/fixtures/kustom/14_release_image/kustomization.yaml @@ -9,4 +9,4 @@ patchesJson6902: version: v1 kind: Deployment name: flux - path: release_patch.yaml + path: release_image_patch.yaml diff --git a/test/e2e/fixtures/kustom/14_release_image/release_patch.yaml b/test/e2e/fixtures/kustom/14_release_image/release_image_patch.yaml similarity index 100% rename from test/e2e/fixtures/kustom/14_release_image/release_patch.yaml rename to test/e2e/fixtures/kustom/14_release_image/release_image_patch.yaml